ci: migrate ci to gh actions (#1315)

This commit is contained in:
Jens L
2021-08-30 20:21:15 +02:00
committed by GitHub
parent b1eec5a7d2
commit 69f4d54bae
12 changed files with 363 additions and 646 deletions

7
scripts/ci_prepare.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
docker-compose -f scripts/ci.docker-compose.yml up -d
sudo apt update
sudo apt install -y libxmlsec1-dev pkg-config
sudo pip install -U wheel pipenv
pipenv install --dev
pipenv run python -m scripts.generate_ci_config