Skip to content
Snippets Groups Projects
Verified Commit 384521a0 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

fixes

parent 375f1a39
No related branches found
No related tags found
No related merge requests found
image: projlab/projlab:13.1.0
image: projlab/projlab:13.1.1
stages:
- build
......@@ -140,22 +140,3 @@ Zip:
- file="${CI_COMMIT_REF_NAME} - ${COMMIT_TIME} - ${CI_COMMIT_SHORT_SHA}.zip"
- mv projlab.zip "$file"
- curl --cookie "magiccookie=$COOKIE" -F "file=@$file" https://aranykovacs.dev.rethelyi.space/in/
test:
stage: test
image: openjdk:10
needs:
- Jar
- Get tester jar
script:
- java -jar tester.jar src/projlab.jar tests/*
test on windows:
stage: test
tags:
- windows
needs:
- Jar
- Get tester jar
script:
- java -jar tester.jar src/projlab.jar tests/*
......@@ -28,6 +28,8 @@ for week in 2 3 4 5 6 7 9 10 11 13 14; do
find weeks -name build.sh -type f -exec bash {} \;
plab flatten weeks/${week}.tex includes/misc-functions.tex /tmp/merge/${week}.tex
git reset --hard "w${week}"
done
git checkout "$hash"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment