Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drozdowski committed May 26, 2023
1 parent 07aa800 commit 302d145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -10,8 +10,8 @@ build:
stage: build
script:
- touch configure aclocal.m4 Makefile.in src/Makefile.in
doc/Makefile.in config.h.in && sleep 1 && ./configure && touch doc/libhideip.info
&& sleep 1 && make
doc/Makefile.in config.h.in && sleep 1 && ./configure && sleep 1 &&
touch doc/libhideip.info && sleep 1 && make
stages:
- test
- build
Expand Down

0 comments on commit 302d145

Please sign in to comment.