Skip to content

Commit abbf1f6

Browse files
committed
windwoes
1 parent 4f01921 commit abbf1f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
$CURL_GET -o mkn ${PATH_GET}/mkn_arm_osx
6262
chmod +x mkn
6363
KLOG=2 ./mkn clean build run -dtOa "-std=c++20 -fPIC"
64+
KLOG=2 ./mkn clean build -dtOa "-std=c++20 -fPIC" -p test_module
65+
python3 -c "import test_module as tm; tm.lol()"
6466
6567
windows:
6668
runs-on: windows-latest
@@ -89,3 +91,5 @@ jobs:
8991
bash -c '$CURL_GET -o mkn.exe ${PATH_GET}/mkn.exe'
9092
bash -c 'KLOG=2 ./mkn clean build run -dtOa "-EHsc -std:c++20"'
9193
bash -c 'KLOG=2 ./mkn clean build run -dtOp test -a "-EHsc -std:c++20"'
94+
bash -c 'KLOG=2 mkn clean build -dtOa "-std:c++20 -EHsc" -p test_module'
95+
python3 -c "import test_module as tm; tm.lol()"

0 commit comments

Comments
 (0)