Skip to content
Snippets Groups Projects
Commit 851cd167 authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

trying without scons

parent 4e77244f
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ install: true
before_script:
- if [ "$BINDINGS" == "php" ]; then phpenv config-add src/bindings/php/hammer.ini; fi
script:
- if [ "$BINDINGS" == "java" ]; then sudo scons bindings=$BINDINGS test; else scons bindings=$BINDINGS test; fi
- if [ "$BINDINGS" == "java" ]; then mvn install -P linux; else scons bindings=$BINDINGS test; fi
notifications:
irc:
channels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment