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 549a4d8 commit 7886247Copy full SHA for 7886247
.travis.yml
@@ -28,7 +28,7 @@ script:
28
# Build examples
29
- make -C $CEDEV/examples
30
# Build CEmu core and autotester_cli
31
- - git clone https://github.com/CE-Programming/CEmu.git
+ - git clone -b latest-stable --depth 1 https://github.com/CE-Programming/CEmu.git
32
- make -C CEmu/core -j4 CC=gcc-6 CXX=g++-6 LINK=g++-6
33
- make -C CEmu/tests/autotester -j4 CC=gcc-6 CXX=g++-6 LINK=g++-6
34
- export PATH=$(pwd)/CEmu/tests/autotester:$PATH
0 commit comments