Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Sep 9, 2023
1 parent 7ad49e9 commit 351d2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
(cd ./data/icons/breeze-icons/ && git config core.symlinks true && git reset --hard &>/dev/null)
./deploy/win_build.sh configure "win-${GITHUB_SHA:0:8}"
./deploy/win_build.sh build
cp build/checksum.txt build/checksum-win.txt
- name: Build Python
if: false
run: |
Expand All @@ -116,7 +117,6 @@ jobs:
cmake .. -DVERSION_SUFFIX="git.`date +%Y%m%d%H%M%S`.$CI_COMMIT_BRANCH.$CI_COMMIT_SHORT_SHA"
cd ..
./deploy/win_build.sh pypi
cp build/checksum.txt build/checksum-win.txt
# Artifacts are always zipped, even if you only have 1 file... Just adding them so it's easier to verify them
- name: Job Artifacts
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/contributing/code/misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can use the script that adds all that
6. If there are errors
* fix the errors
* `./deploy/tag-branch.sh`
* go back to 4.
* go back to 5.
7. build the `release_1` target, this builds the `release` branch
8. Wait for CI to complete
9. In the tag pipeline, manually run the `release` job
Expand Down

0 comments on commit 351d2fe

Please sign in to comment.