mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-05 17:46:30 +02:00
Debug CI
This commit is contained in:
parent
4e3a0d9e8f
commit
1eca34d0ef
1 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,9 @@ archlinux:
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy cmake git wxwidgets-gtk3 --noconfirm --needed
|
- pacman -Sy cmake git wxwidgets-gtk3 --noconfirm --needed
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update --recursive && mkdir build && cd build && cmake ../ && make
|
- git submodule init && git submodule update --recursive
|
||||||
|
- git submodule foreach --recursive git submodule update --init
|
||||||
|
- mkdir build && cd build && cmake ../ && make
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
|
@ -16,7 +18,9 @@ debian:
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt -y install cmake git build-essential libwxgtk3.0-gtk3-dev
|
- apt update && apt -y install cmake git build-essential libwxgtk3.0-gtk3-dev
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update --recursive && mkdir build && cd build && cmake ../ && make
|
- git submodule init && git submodule update --recursive
|
||||||
|
- git submodule foreach --recursive git submodule update --init
|
||||||
|
- mkdir build && cd build && cmake ../ && make
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue