Skip to content

Commit

Permalink
コンパイラ名を指定しない。
Browse files Browse the repository at this point in the history
  • Loading branch information
plonk committed Apr 23, 2021
1 parent 1c73b9a commit b002d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addons:
packages:
- libgtest-dev
- librtmp-dev
script: export CC=gcc-6 CXX=g++-6; make -C ui/linux && make -C ui/linux/tests && cd ui/linux/tests && ./test-all && cd ../../../bvt && cp -R ../ui/linux/peercast-yt . && ruby test-all.rb
script: make -C ui/linux && make -C ui/linux/tests && cd ui/linux/tests && ./test-all && cd ../../../bvt && cp -R ../ui/linux/peercast-yt . && ruby test-all.rb
before_deploy:
- cd $TRAVIS_BUILD_DIR
deploy:
Expand Down

0 comments on commit b002d0e

Please sign in to comment.