mirror of
https://github.com/stumpwm/stumpwm.git
synced 2026-09-10 07:26:20 -04:00
7 lines
169 B
Bash
Executable file
7 lines
169 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
pushd tests/integration-tests
|
|
./script ci
|
|
popd
|
|
docker run -u root -w /root/stumpwm "$(cat tests/integration-tests/test-runner.iid)" make test
|