Created
November 28, 2015 19:40
-
-
Save jonm/a55470eaa01a75658ea9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: c | |
sudo: false | |
before_script: autoreconf --install | |
addons: | |
apt: | |
packages: | |
- check | |
install: | |
- ./ci/install-dependencies.sh | |
script: CFLAGS="-I`pwd`/Criterion/include" LDFLAGS="-L`pwd`/Criterion/build -Wl,-R -Wl,`pwd`/Criterion/build" ./configure && make && make check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mhja