We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c38c1 commit ed17cb5Copy full SHA for ed17cb5
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "modules/xcode"]
2
path = modules/xcode
3
- url = git@github.com:premake/premake-xcode.git
+ url = https://github.com/premake/premake-xcode.git
.travis.yml
@@ -0,0 +1,12 @@
+
+before_install:
+ - 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