mirror of
https://github.com/ENSL/NS.git
synced 2025-03-10 02:52:02 +00:00
13 lines
237 B
YAML
13 lines
237 B
YAML
|
language: cpp
|
||
|
|
||
|
matrix:
|
||
|
- os: linux
|
||
|
compiler: gcc
|
||
|
script: cd main/source/linux && make
|
||
|
|
||
|
- os: osx
|
||
|
compiler: clang
|
||
|
before_script:
|
||
|
- export CC=clang
|
||
|
- export CPLUS=clang++
|
||
|
script: cd main/source/linux && make
|