Skip to content

Commit

Permalink
ci: Set CC in global environment
Browse files Browse the repository at this point in the history
This ensures that it is consistent, regardless of where make is invoked
(e.g. via setup.py build).
  • Loading branch information
JonathonReinhart committed Aug 7, 2016
1 parent b2721b0 commit 14f2c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ matrix:
env:
global:
- MUSL_PATH=$HOME/musl
- CC=$MUSL_PATH/bin/musl-gcc

cache:
directories:
Expand All @@ -32,7 +33,7 @@ before_script:
- ci/test_setup.sh

script:
- CC=$MUSL_PATH/bin/musl-gcc make
- make
- ./run_nosetests.sh
- sudo pip install .
- ./run_full_tests.py
Expand Down

0 comments on commit 14f2c57

Please sign in to comment.