this repo has no description
at trunk 5 lines 94 B view raw
1#!/bin/bash 2set -euxo pipefail 3 4CC=gcc CXX=g++ make -i test 5CC=clang CXX=clang++ make -i test