Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Jul 1, 2018
1 parent a9eab92 commit a99bac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash
docker pull durosoft/crystal-alpine:latest
docker run durosoft/crystal-alpine:latest crystal --version
docker run --rm -it -v $PWD:/app -w /app durosoft/crystal-alpine:latest crystal build test.cr -o output --release --static --no-debug

0 comments on commit a99bac9

Please sign in to comment.