Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Nov 17, 2023
1 parent aaa565d commit fc2765e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
pkgconf:p
qt5-base:p
- name: Make Output Directory
run: |
mkdir -p ${{github.workspace}}/output
mkdir -p ${{github.workspace}}/upload
- name: Compile and Test
run: |
meson setup "${{github.workspace}}/build" -Dauto_features=disabled -Dwarning_level=3 -Dcpp_std=c++20
meson compile --prefix "${{github.workspace}}/output" -C "${{github.workspace}}/build" --verbose
meson compile -C "${{github.workspace}}/build" --verbose
meson test -C "${{github.workspace}}/build" --verbose
meson install -C "${{github.workspace}}/build" --verbose --prefix "${{github.workspace}}/output"
- name: Make Output Directory
run: |
mkdir -p ${{github.workspace}}/output/QArchive
mkdir -p ${{github.workspace}}/upload
meson install --prefix "${{github.workspace}}/output" -C "${{github.workspace}}/build" --verbose
- name: Check Contents
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit fc2765e

Please sign in to comment.