mirror of
https://github.com/ENSL/NS.git
synced 2025-03-10 02:52:02 +00:00
17 lines
No EOL
260 B
YAML
17 lines
No EOL
260 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
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 |