Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Štefánik
ARQMath-eval
Commits
8c1ca528
Unverified
Commit
8c1ca528
authored
Feb 19, 2021
by
Vít Novotný
Browse files
Add GitHub Actions workflow
parent
51c02adc
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/main.yml
0 → 100644
View file @
8c1ca528
name
:
Run Python Tests
on
:
push
:
pull_request
:
workflow_dispatch
:
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-python@v1
with
:
python-version
:
3.7
-
run
:
|
python -m pip install --upgrade pip
pip install .
-
run
:
|
python setup.py test
.gitlab-ci.yml
deleted
100644 → 0
View file @
51c02adc
stages
:
-
evaluate
run_evaluate
:
image
:
ubuntu:18.04
stage
:
evaluate
variables
:
trec_eval
:
'
yes'
script
:
-
apt update && apt install -y build-essential make git
-
git clone https://github.com/usnistgov/trec_eval.git
-
make -j -C trec_eval
-
./evaluate.sh
tags
:
-
mir
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment