mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
YAML modification
This commit is contained in:
parent
70429f540a
commit
cdf660defe
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -52,3 +52,15 @@ jobs:
|
||||
with:
|
||||
name: Testfile
|
||||
path: test/etl_tests
|
||||
|
||||
build-clang-10-osx:
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build and run
|
||||
run: |
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
cmake -D BUILD_TESTS=ON ./
|
||||
make
|
||||
./test/etl_tests
|
||||
Loading…
x
Reference in New Issue
Block a user