Travis builds with rgbds 0.4.0 from source

This commit is contained in:
Rangi 2020-06-27 18:18:12 -04:00 committed by Rangi
parent 412d3c7a92
commit 6a1e077d2d

View file

@ -1,14 +1,14 @@
language: c language: c
os:
- linux
- osx
install: install:
- |- - |-
path="$(pwd)"; cd; ( cd
wget https://github.com/rednex/rgbds/archive/v0.3.3.tar.gz -O rgbds.tar.gz && git clone -b v0.4.0 --depth=1 https://github.com/rednex/rgbds
tar xf rgbds.tar.gz && sudo make -C rgbds install
cd rgbds-0.3.3 && rm -rf rgbds
sudo make install && )
cd - &&
rm -rf rgbds &&
cd "$path"
before_script: before_script:
- |- - |-
function check_status() { function check_status() {
@ -19,6 +19,5 @@ before_script:
fi; fi;
} }
script: script:
- make -j2 - make -j2 compare
- make compare
- check_status - check_status