Try to fix PDF salad mac failure

This commit is contained in:
2020-12-07 19:25:31 -07:00
parent a564fe146a
commit 741bd6d58f
2 changed files with 6 additions and 1 deletions

View File

@@ -234,7 +234,7 @@ class SpecialForms {
EContinue.withMacroPosOf(wholeExp);
};
// TODO (case... ) for switch
// (case... ) for switch
map["case"] = (wholeExp:ReaderExp, args:kiss.List<ReaderExp>, k:KissState) -> {
// Most Lisps don't enforce covering all possible patterns with (case...), but Kiss does,
// because pattern coverage is a useful feature of Haxe that Kiss can easily bring along.

View File

@@ -1,5 +1,10 @@
#! /bin/bash
# Something is broken in the Node dependencies on Mac, so don't bother.
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
exit 0
fi
if [ ! -z "$TRAVIS_OS_NAME" ]; then
npm install pdf-lib
haxelib install hxnodejs