Skip to content

Commit 17ee4c3

Browse files
committed
run clang and gcc builds
1 parent 2f964e7 commit 17ee4c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kevinfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
#
55

66
configure:
7+
- env: compiler=g++ (? if job == "debian" ?)
8+
- env: compiler=clang++ (? if job == "debian-clang" ?)
79
mkdir build
8-
cd build && cmake ..
10+
cd build && cmake .. -DCMAKE_CXX_COMPILER=${compiler}
911

1012
build: configure
1113
- cwd: build/

0 commit comments

Comments
 (0)