Skip to content

Commit

Permalink
adding cl
Browse files Browse the repository at this point in the history
  • Loading branch information
vinissou committed Oct 6, 2024
1 parent 579f2ed commit e9e09c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1.4.1
- name: Build with VS-C++
run: cl BUILD.c && .\a.exe -cl
run: cl BUILD.c && a.exe -cl
- name: testing CL executable
run: .\build\retriever -l 'vinissou' .\src\app.c
#working-directory: ${{env.GITHUB_WORKSPACE}}
- name: Build-Clang
run: clang BUILD.c && .\a.exe
run: clang BUILD.c && a.exe
- name: testing executable
run: .\build\retriever -l 'vinissou' .\src\app.c

Expand Down

0 comments on commit e9e09c7

Please sign in to comment.