gitlab-ci: Allow to only build a package
This commit is contained in:
committed by
Guido Gunther
parent
9619ebb674
commit
78921fadea
@@ -33,6 +33,9 @@ build:native:
|
|||||||
script:
|
script:
|
||||||
- meson --werror . _build
|
- meson --werror . _build
|
||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $PKG_ONLY == "1"
|
||||||
|
|
||||||
test:native:
|
test:native:
|
||||||
<<: *tags
|
<<: *tags
|
||||||
@@ -43,6 +46,9 @@ test:native:
|
|||||||
script:
|
script:
|
||||||
- export LC_ALL=C.UTF-8
|
- export LC_ALL=C.UTF-8
|
||||||
- xvfb-run ninja -C _build test
|
- xvfb-run ninja -C _build test
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $PKG_ONLY == "1"
|
||||||
|
|
||||||
package:deb-debian-buster:
|
package:deb-debian-buster:
|
||||||
extends: .l5-build-debian-package
|
extends: .l5-build-debian-package
|
||||||
|
|||||||
Reference in New Issue
Block a user