mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
Disable Ubuntu CI for now
Build box is going down for a time (cherry picked from commit 41b6c9bf8fcac158d4dcea6c2064474b1e781555)
This commit is contained in:
parent
f5a56c1ebc
commit
7d5c1d7b5c
@ -1,7 +1,7 @@
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
# Build KiCad on Ubuntu 20.04 and save the results
|
# Build KiCad on Ubuntu 20.04 and save the results
|
||||||
##########################################################################
|
##########################################################################
|
||||||
ubuntu20.04_build:
|
.ubuntu20.04_build:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- kicad-ubuntu20.04
|
- kicad-ubuntu20.04
|
||||||
@ -52,7 +52,7 @@ ubuntu20.04_build:
|
|||||||
- build/linux/compilation_log.txt
|
- build/linux/compilation_log.txt
|
||||||
|
|
||||||
# Upload the compilation log in an easily downloadable form
|
# Upload the compilation log in an easily downloadable form
|
||||||
ubuntu20.04_report_build_warn:
|
.ubuntu20.04_report_build_warn:
|
||||||
stage: report
|
stage: report
|
||||||
when: always
|
when: always
|
||||||
only:
|
only:
|
||||||
@ -74,7 +74,7 @@ ubuntu20.04_report_build_warn:
|
|||||||
- compilation_log.txt
|
- compilation_log.txt
|
||||||
|
|
||||||
# Report on the metrics of the code
|
# Report on the metrics of the code
|
||||||
ubuntu20.04_report_metrics:
|
.ubuntu20.04_report_metrics:
|
||||||
stage: report
|
stage: report
|
||||||
when: always
|
when: always
|
||||||
only:
|
only:
|
||||||
@ -95,7 +95,7 @@ ubuntu20.04_report_metrics:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
# Run the code unit tests.
|
# Run the code unit tests.
|
||||||
##########################################################################
|
##########################################################################
|
||||||
ubuntu20.04_qa:
|
.ubuntu20.04_qa:
|
||||||
extends:
|
extends:
|
||||||
- .unit_test
|
- .unit_test
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user