Skip to content

Commit

Permalink
pull out dist/language in the travis config to the outer scope
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Jan 3, 2021
1 parent 8d71fd5 commit 11298ac
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@

language: c
dist: focal
matrix:
fast_finish: true
sudo: true
include:
- language: c
dist: focal
script:
- script:
- ./configure --with-target=debug && sudo make wsi
- language: c
dist: focal
script:
- script:
- ./configure --with-target=release && sudo make wsi
- language: c
dist: focal
script:
- script:
- sudo apt update
- sudo apt install libtcc-dev
- ./configure --with-target=release --enable-jit && sudo make wsi
- language: c
dist: focal
script:
- script:
- sudo apt update
- sudo apt install libtcc-dev
- ./configure --with-target=coverage --enable-jit && sudo make fix-libtcc wsi test
Expand Down

0 comments on commit 11298ac

Please sign in to comment.