Skip to content
Snippets Groups Projects
Commit 9e6094b8 authored by Christoph Knote's avatar Christoph Knote
Browse files

Works now?

parent cab89130
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@ image: ubuntu:rolling
cache:
paths:
- .cache/pip
- venv/
- "$CI_PROJECT_DIR/build/"
build:
before_script:
......@@ -13,10 +12,11 @@ build:
- aclocal
- autoconf
- automake -a -c
- ./configure
- ./configure --prefix="$CI_PROJECT_DIR/build"
- make
- make install
- make dist
- make distcheck
artifacts:
paths:
- boxmox_latest.tar.gz
- boxmox_*.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment