Added travis script.
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
language: cpp
|
||||||
|
compiler: clang
|
||||||
|
install:
|
||||||
|
- sudo apt install cmake
|
||||||
|
script: ./scripts/cibuild
|
||||||
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#! /usr/bin/env sh
|
||||||
|
./scripts/setup_build
|
||||||
|
./scripts/setup_build_debug
|
||||||
|
make -j -C build/release all test
|
||||||
|
make -j -C build/debug all test
|
||||||
Reference in New Issue
Block a user