add simple ci test
This commit is contained in:
parent
aafa21cdc2
commit
88eb3f9143
tests
6
tests/smoke/runtest.sh
Executable file
6
tests/smoke/runtest.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo 'main = return ()' > test.hs
|
||||
ghc test.hs && ./test
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
tags:
|
||||
- classic
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
required_packages:
|
||||
- ghc
|
||||
tests:
|
||||
- smoke
|
||||
...
|
Loading…
Reference in New Issue
Block a user