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 ecea1f3 commit 6a9ef50Copy full SHA for 6a9ef50
.travis.yml
@@ -0,0 +1,14 @@
1
+language: cpp
2
+compiler:
3
+ - gcc
4
+before_install:
5
+
6
7
+before_script:
8
+ - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
9
+ - sudo apt-get update -qq
10
+ - sudo apt-get install -qq scons pkg-config libx11-dev libxcursor-dev build-essential libasound2-dev libfreetype6-dev libgl1-mesa-dev libglu-dev
11
+ - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
12
+ - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
13
14
+script: scons bin/godot
0 commit comments