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

Commit b1b268b

Browse files
Add TravisCI config to run tests in prebuilt docker
1 parent 82465fc commit b1b268b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dist: xenial
2+
language: c++
3+
4+
services:
5+
- docker
6+
7+
script:
8+
- docker pull weliveindetail/jitfromscratch:llvm09-test-release
9+
- docker run -e CHECKOUT=$(git rev-parse HEAD) weliveindetail/jitfromscratch:llvm09-test-release

0 commit comments

Comments
 (0)