Skip to content

Commit

Permalink
Cross test
Browse files Browse the repository at this point in the history
hotgluebanjo committed Oct 2, 2023
1 parent 49f57df commit fb1113b
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.exe
*.pdb
*.lib
/target/
/alglib/
/release/
/target/
3 changes: 3 additions & 0 deletions release.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Wildcards don't work of course.
zig c++ -I . -O3 --target=x86_64-linux (dir ./src/*.cpp) (dir ./alglib/*.cpp) -o release/linux/sdfit
zig c++ -I . -O3 --target=x86_64-macos (dir ./src/*.cpp) (dir ./alglib/*.cpp) -o release/macos/sdfit

0 comments on commit fb1113b

Please sign in to comment.