0
0
Fork 0
mirror of https://github.com/ENSL/NS.git synced 2025-03-09 18:51:20 +00:00
NS/.travis.yml

22 lines
524 B
YAML
Raw Normal View History

2018-04-29 22:37:58 +00:00
language: cpp
matrix:
2018-04-29 22:41:39 +00:00
include:
# Curl fails on x86_64 travis VMs, someone who knows what they are doing should fix
# - os: linux
# compiler: gcc
# script: cd main/source/linux && make
# env: OPJ_CI_ARCH=i386
# addons:
# apt:
# packages:
# - gcc-multilib
# - g++-multilib
# - libcurl4-openssl-dev
2018-04-29 22:37:58 +00:00
2018-04-29 22:41:39 +00:00
- os: osx
compiler: clang
before_script:
- export CC=clang
- export CPLUS=clang++
script: cd main/source/linux && make