Skip to content
Snippets Groups Projects
Commit 9447ce4d authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Revert to 3.6 only

parent 3cbd1c34
Branches master
No related merge requests found
Pipeline #7201 passed with stages
in 10 minutes and 34 seconds
stages: stages:
- build - build
- deploy - deploy
- build3.8
- deploy3.8
build_deb: build_deb:
...@@ -39,37 +36,5 @@ push_deb: ...@@ -39,37 +36,5 @@ push_deb:
- curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/ - curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
dependencies: dependencies:
build_deb3.8:
stage: build3.8
image: clarinpl/python:3.8
script:
- apt-get update && apt-get install -y
libxml++2.6-dev
libloki-dev
libboost-all-dev
libicu-dev
libffi-dev
libssl-dev
libxml2-utils
cmake
swig
pwrutils
gdebi-core
- rm -r src/build
- mkdir src/build && cd src/build
- cmake .. && cmake --build . && cpack
artifacts:
paths:
- src/build/corpus2*.deb
expire_in: 1h
push_deb3.8:
stage: deploy3.8
image: clarinpl/cpp:16.04
only:
- master
script:
- FILE=$(ls src/build/corpus2-python3.8*.deb)
- curl --fail -i -X POST -F "file=@./${FILE}" -u "${APT_USERNAME}:${APT_PASSWORD}" https://apt.clarin-pl.eu/
dependencies:
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment