ahriman/.github/workflows/tests.sh
Evgenii Alekseev 93793b6424 build: drop makefile
It has been a while since we moved to tox. Lets also drop makefile since
it seems to be useless with tox
2023-12-17 02:26:52 +02:00

11 lines
174 B
Bash
Executable File

#!/bin/bash
# Install dependencies and run test in container
set -ex
# install dependencies
pacman --noconfirm -Syu base-devel python-tox
# run test and check targets
tox