mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Debug CI
This commit is contained in:
parent
a2e3522116
commit
415929e6ca
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ archlinux:
|
|||
stage: test
|
||||
image: archlinux:base-devel
|
||||
before_script:
|
||||
- pacman -Sy cmake git wxwidgets-gtk3 --noconfirm --needed
|
||||
- pacman -Sy cmake openssh git wxwidgets-gtk3 --noconfirm --needed
|
||||
script:
|
||||
- git submodule init && git submodule update && mkdir build && cd build && cmake ../ && make
|
||||
- git submodule update --init --recursive && mkdir build && cd build && cmake ../ && make
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
|
@ -16,7 +16,7 @@ debian:
|
|||
before_script:
|
||||
- apt update && apt -y install cmake git build-essential libwxgtk3.0-gtk3-dev
|
||||
script:
|
||||
- git submodule init && git submodule update && mkdir build && cd build && cmake ../ && make
|
||||
- git submodule update --init --recursive && mkdir build && cd build && cmake ../ && make
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue