Skip to content

Commit

Permalink
Experimenting with syntax for travis ci!
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorks committed Feb 24, 2021
1 parent 03ccf68 commit ac0388d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ language: c
jobs:
include:
- os: linux
compiler: gcc clang
compiler: gcc
script: make

- os: osx
compiler: gcc clang
- os: linux
compiler: clang
script: make


- os: osx
compiler: gcc
script: make

- os: windows
compiler: gcc clang
compiler: gcc
script: make.bat

0 comments on commit ac0388d

Please sign in to comment.