Update .gitlab-ci.yml
Attempting to resolve fork CI issue
This commit is contained in:
parent
b2c4090758
commit
0e749ea7b3
|
@ -38,8 +38,8 @@ build:build-linux:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
only:
|
except:
|
||||||
- pushes
|
- merge_requests
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./server
|
- ./server
|
||||||
|
@ -72,8 +72,8 @@ test:test-unittest:
|
||||||
- build:build-linux
|
- build:build-linux
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
only:
|
except:
|
||||||
- pushes
|
- merge_requests
|
||||||
after_script:
|
after_script:
|
||||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||||
|
|
||||||
|
@ -93,8 +93,8 @@ test:test-coverage:
|
||||||
- make coverage
|
- make coverage
|
||||||
- make coverage_report
|
- make coverage_report
|
||||||
- make coverage_html
|
- make coverage_html
|
||||||
only:
|
except:
|
||||||
- pushes
|
- merge_requests
|
||||||
after_script:
|
after_script:
|
||||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue