diff options
author | clyne <clyne@bitgloo.com> | 2022-11-17 07:41:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 07:41:09 -0500 |
commit | 6663c25633a27fcc14d0648bd1afea7ea12f497f (patch) | |
tree | dcc2ec993db3c4b75c3e7e3df35b0494a9ce1f32 /lib/entityx/.travis.yml | |
parent | da0913771538fd9b1ca538615fd9aa0388608466 (diff) | |
parent | 57013add5b7c524086272be7d395f9ec5109bde2 (diff) |
Lib cleanup
Diffstat (limited to 'lib/entityx/.travis.yml')
-rw-r--r-- | lib/entityx/.travis.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/entityx/.travis.yml b/lib/entityx/.travis.yml deleted file mode 100644 index c06dba4..0000000 --- a/lib/entityx/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: cpp -compiler: - - clang - - gcc -before_install: - - sudo apt-add-repository -y ppa:jkeiren/ppa - - if test $CC = gcc; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi - - sudo add-apt-repository -y ppa:george-edison55/precise-backports - - sudo apt-get update -qq - - if test $CC = gcc; then sudo apt-get install --yes --force-yes gcc-4.7 g++-4.7; fi - - if test $CC = gcc; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20; fi - - if test $CC = gcc; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20; fi - - if test $CC = gcc; then sudo update-alternatives --config gcc; fi - - if test $CC = gcc; then sudo update-alternatives --config g++; fi - - sudo apt-get install --yes --force-yes cmake cmake-data - -script: ./scripts/travis.sh |