We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490acdf commit 2f8ab4cCopy full SHA for 2f8ab4c
.gitignore
@@ -80,7 +80,6 @@ libconftest.dylib*
80
*.o
81
*.o-*
82
*.patch
83
-.dash
84
.energi
85
*.a
86
*.pb.cc
.travis.yml
@@ -79,6 +79,7 @@ script:
79
- cid prepare
- cid build
- cid package
+ - make distdir
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
- if [ "$RUN_TESTS" = "true" ]; then travis_wait 30 cid check; fi
after_script:
0 commit comments