1
0
mirror of https://github.com/nlohmann/json synced 2024-11-23 12:30:06 +00:00

👷 use Makefiles

This commit is contained in:
Niels Lohmann 2020-05-30 13:23:13 +02:00
parent 42ef2a5adb
commit 9191926fff
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -12,7 +12,7 @@ jobs:
- name: install Clang - name: install Clang
run: choco install -y llvm run: choco install -y llvm
- name: cmake - name: cmake
run: cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On run: cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
- name: build - name: build
run: cmake --build build --parallel 10 run: cmake --build build --parallel 10
- name: test - name: test