Skip to content

Commit

Permalink
Merge pull request #83 from dscho/more-stringent-ci-artifacts
Browse files Browse the repository at this point in the history
ci-artifacts: do build with DEVELOPER=1
  • Loading branch information
dscho authored May 12, 2024
2 parents 5f6ba09 + 55af6e3 commit 9ad580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
set -x
test "$(cygpath -aw /)" = "${{github.workspace}}\minimal-sdk" || exit 1
test "$(type -p gcc)" = "/mingw64/bin/gcc" || exit 1
make -C ../git NO_PERL=1 SKIP_DASHED_BUILT_INS=YesPlease -j8 all strip
make -C ../git DEVELOPER=1 NO_PERL=1 SKIP_DASHED_BUILT_INS=YesPlease -j8 all strip
- name: compress git artifacts
shell: bash
run: tar -C .. -czf git-artifacts.tar.gz --exclude '*.a' --exclude '*.o' --exclude .git --exclude .depend git
Expand Down

0 comments on commit 9ad580a

Please sign in to comment.