Skip to content

Commit ed17cb5

Browse files
committed
Travis integration
1 parent 42c38c1 commit ed17cb5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "modules/xcode"]
22
path = modules/xcode
3-
url = git@github.com:premake/premake-xcode.git
3+
url = https://github.com/premake/premake-xcode.git

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
before_install:
3+
- sudo add-apt-repository -y ppa:codegear/release
4+
- sudo apt-get -qq update
5+
- sudo apt-get install premake4
6+
7+
script:
8+
- premake4 embed
9+
- premake4 gmake
10+
- make -j8
11+
- bin/release/premake5 test
12+

0 commit comments

Comments
 (0)