mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 12:00:18 +00:00
Update main.yml
This commit is contained in:
parent
8a300d4a40
commit
06a8e8fc6d
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -13,9 +13,9 @@ jobs:
|
|||||||
- name: Compiling
|
- name: Compiling
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
clang-cl.exe -std:c++17 -GR- -EHsc -O2 -Wno-deprecated-declarations -Fe:pocketpy src/main.cpp
|
clang-cl.exe -std:c++17 -GR- -EHsc -O2 -Wno-deprecated-declarations -Fe:pocketpy -Xclang -stdlib=libc++ src/main.cpp
|
||||||
echo '#include "pocketpy.h"' > src/tmp.cpp
|
echo '#include "pocketpy.h"' > src/tmp.cpp
|
||||||
clang-cl.exe -std:c++17 -GR- -EHsc -O2 -Wno-deprecated-declarations -LD -Fe:pocketpy src/tmp.cpp
|
clang-cl.exe -std:c++17 -GR- -EHsc -O2 -Wno-deprecated-declarations -LD -Fe:pocketpy -Xclang -stdlib=libc++ src/tmp.cpp
|
||||||
python3 scripts/run_tests.py
|
python3 scripts/run_tests.py
|
||||||
python3 scripts/run_tests.py benchmark
|
python3 scripts/run_tests.py benchmark
|
||||||
mkdir -p output/windows/x86_64
|
mkdir -p output/windows/x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user