Another node attempt on CircleCI

This commit is contained in:
Sean Corfield 2020-05-29 13:32:35 -07:00
parent 7f60f62b3d
commit 9d47612b12
2 changed files with 5 additions and 8 deletions

View file

@ -10,16 +10,11 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: honeysql-{{ checksum "deps.edn" }} key: honeysql-{{ checksum "deps.edn" }}
# Install Node for JH Build
# - run:
# name: Download Node
# command: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash
- run: - run:
name: Install Node name: Install Node
command: sudo apt-get install -y nodejs command:
# - run: - sudo apt-get install -y nodejs
# name: update-npm - sudo ln -s /usr/bin/js /usr/bin/node
# command: sudo npm install -g npm@latest
- run: - run:
name: Download Dependencies name: Download Dependencies
command: clojure -R:test:runner:cljs-runner:eastwood:readme -Spath && clojure -A:1.7 -Spath && clojure -A:1.8 -Spath && clojure -A:1.9 -Spath command: clojure -R:test:runner:cljs-runner:eastwood:readme -Spath && clojure -A:1.7 -Spath && clojure -A:1.8 -Spath && clojure -A:1.9 -Spath

View file

@ -21,4 +21,6 @@ then
echo ==== Test Clojure ==== echo ==== Test Clojure ====
clojure -A:test:runner clojure -A:test:runner
fi fi
else
exit 1
fi fi