mirror of
https://github.com/ENSL/NS.git
synced 2025-02-01 21:51:03 +00:00
feat: Add os yml flags for linux / osx
This commit is contained in:
parent
c58692c6f8
commit
9074546bcf
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
language: cpp
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
matrix:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
|
|
Loading…
Reference in a new issue