We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587157d commit f62b19aCopy full SHA for f62b19a
.github/workflows/linux_ci.yml
@@ -18,9 +18,3 @@ jobs:
18
mkdir dist
19
g++ -Wall -Wpedantic -Weffc++ -std=c++17 -o dist/basic_example examples/basic_example.c src/*.c -Iinclude
20
g++ -Wall -Wpedantic -Weffc++ -std=c++17 -o dist/memory_example examples/memory_example.c src/*.c -Iinclude
21
-
22
- - name: Test Build Output Binaries
23
- run: |
24
- ./dist/basic_example
25
- ./dist/memory_example
26
- cat test.txt
0 commit comments