tangled
alpha
login
or
join now
bernsteinbear.com
/
dcheck
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
dcheck
/
test.sh
at
trunk
5 lines
94 B
view raw
wrap content
bernsteinbear.com
Add automatic tests for different compilers and versions
3y ago
31c0507d
1
#!/bin/bash
2
set
-euxo pipefail
3
4
CC
=
gcc
CXX
=
g++ make -i
test
5
CC
=
clang
CXX
=
clang++ make -i
test