Skip to content
Snippets Groups Projects
Commit e1ce4c36 authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

CI: remove autotools build test

parent 9c031a11
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ before_script: ...@@ -20,7 +20,7 @@ before_script:
- apt update - apt update
- apt -y install $DEPENDENCIES - apt -y install $DEPENDENCIES
build-gxml: build:
stage: build stage: build
script: script:
- meson _build -Ddisable-introspection=false -Ddisable-valadocs=false - meson _build -Ddisable-introspection=false -Ddisable-valadocs=false
...@@ -29,35 +29,6 @@ build-gxml: ...@@ -29,35 +29,6 @@ build-gxml:
- meson test - meson test
- ninja install - ninja install
build-autotools:
stage: build
script:
- ./autogen.sh --prefix=/usr
- make
- make check
- make install
package-tar-autotools:
stage: deploy
script:
- ./autogen.sh --prefix=/usr
- make
- make distcheck
artifacts:
paths:
- ./gxml-*.tar.xz
package-tar-meson:
stage: deploy
script:
- meson _build
- cd _build
- ninja
- ninja dist
artifacts:
paths:
- _build/meson-dist/gxml-*.tar.xz
pages: pages:
stage: deploy stage: deploy
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment