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