Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Add TravisCI config to run tests in prebuilt docker
Browse files Browse the repository at this point in the history
  • Loading branch information
weliveindetail committed Dec 8, 2019
1 parent 82465fc commit b1b268b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dist: xenial
language: c++

services:
- docker

script:
- docker pull weliveindetail/jitfromscratch:llvm09-test-release
- docker run -e CHECKOUT=$(git rev-parse HEAD) weliveindetail/jitfromscratch:llvm09-test-release

0 comments on commit b1b268b

Please sign in to comment.