mirror of
https://github.com/ENSL/NS.git
synced 2025-02-02 05:52: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
|
language: cpp
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
Loading…
Reference in a new issue