Skip to content

Commit

Permalink
change: add supertinycron to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
exander77 committed Sep 6, 2023
1 parent f0fcbfa commit 5f1bd92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ build_script:
- cl ccronexpr.c ccronexpr_test.c /W4 /D_CRT_SECURE_NO_WARNINGS /Feccronexpr_32.exe
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- cl ccronexpr.c ccronexpr_test.c /W4 /D_CRT_SECURE_NO_WARNINGS /Feccronexpr_64.exe
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
- cl ccronexpr.c supertinycron.c /W4 /D_CRT_SECURE_NO_WARNINGS /Fesupertinycron_32.exe
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- cl ccronexpr.c supertinycron.c /W4 /D_CRT_SECURE_NO_WARNINGS /Fesupertinycron_64.exe

test_script:
- ccronexpr_32.exe
Expand Down

0 comments on commit 5f1bd92

Please sign in to comment.