Skip to content

Commit

Permalink
travis simplification attempts
Browse files Browse the repository at this point in the history
supercollider.yaml wasn't added to repo somehow

Ubuntu default sclang_conf path

OK lets continue manually specifying sclang_conf
  • Loading branch information
colinsullivan committed Nov 16, 2019
1 parent 2c23c98 commit 5af03ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.swp
node_modules
.supercollider.yaml
*.DS_Store
*.nyc_output
5 changes: 5 additions & 0 deletions .travis/.supercollider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sclang: /usr/local/bin/sclang
scsynth: /usr/local/bin/scsynth
debug: true
echo: true
stdin: false
2 changes: 1 addition & 1 deletion .travis/install_supercolliderjs_config.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cp $TRAVIS_BUILD_DIR/.travis/.supercollider.yaml $TRAVIS_BUILD_DIR/.supercollider.yaml
#echo "sclang_conf: $TRAVIS_BUILD_DIR/.travis/sclang_conf.yaml" >> $TRAVIS_BUILD_DIR/.supercollider.yaml
echo "sclang_conf: $TRAVIS_BUILD_DIR/.travis/sclang_conf.yaml" >> $TRAVIS_BUILD_DIR/.supercollider.yaml

echo ".supercollider.yaml:"
cat $TRAVIS_BUILD_DIR/.supercollider.yaml
Expand Down

0 comments on commit 5af03ac

Please sign in to comment.