mirror of
https://github.com/ENSL/NS.git
synced 2025-02-17 01:21:45 +00:00
18 lines
No EOL
289 B
YAML
18 lines
No EOL
289 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
matrix:
|
|
include:
|
|
- 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 |