Skip to content

Commit

Permalink
Stop using 'travis-fold' in 'build-compiler'
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Dec 19, 2020
1 parent 6f3e063 commit 01e443a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build-compiler
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh

. ./config
TEST_DIR=$(pwd)

cd "$COMPILER_DIR"
"$TEST_DIR/travis-fold" 'build-jvm-compiler' sbt compilerJVM/stage
"$TEST_DIR/travis-fold" 'build-js-compiler' sbt compile fastOptJS
sbt compilerJVM/stage
sbt compile fastOptJS

0 comments on commit 01e443a

Please sign in to comment.