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
23f9b87158
commit
414d80b68d
1 changed files with 10 additions and 9 deletions
|
@ -5,6 +5,7 @@ os:
|
|||
- osx
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
script: cd main/source/linux && make
|
||||
|
|
Loading…
Reference in a new issue