mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
fix rpm builds in travis (#3472)
* add rpm build option to travis compile * better argument parsing
This commit is contained in:
parent
3a05bcfb29
commit
cee69705d8
3 changed files with 11 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ matrix:
|
|||
script: docker run --mount "type=bind,source=$(pwd),target=/src" -w="/src"
|
||||
--mount "type=bind,source=$HOME/$NAME/.ccache,target=/.ccache" -e "CCACHE_DIR=/.ccache"
|
||||
"cockatrice_${NAME,,}"
|
||||
bash .ci/travis-compile.sh --server --package "$NAME" --release
|
||||
bash .ci/travis-compile.sh --server --package "$NAME" "RPM" --release
|
||||
|
||||
#macOS
|
||||
- name: macOS (Debug)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue