We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8613a2 commit 897e519Copy full SHA for 897e519
.travis.yml
@@ -26,8 +26,11 @@ before_script:
26
- echo ADD . /root >> Dockerfile
27
- docker build -t withgit .
28
29
+env:
30
+ - BUILD_OPTS=""
31
+ - BUILD_OPTS="-Dglx=no"
32
+ - BUILD_OPTS="-Degl=no"
33
+ - BUILD_OPTS="-Dx11=false"
34
+
35
script:
- - docker run withgit /bin/sh -c "CC=$CC ./epoxy-run-tests.sh"
- - docker run withgit /bin/sh -c "CC=$CC ./epoxy-run-tests.sh -Dglx=no"
- - docker run withgit /bin/sh -c "CC=$CC ./epoxy-run-tests.sh -Degl=no"
- - docker run withgit /bin/sh -c "CC=$CC ./epoxy-run-tests.sh -Dx11=false"
36
+ - docker run withgit /bin/sh -c "CC=$CC ./epoxy-run-tests.sh $BUILD_OPTS"
0 commit comments