mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-25 20:46:16 +00:00
more samples for see terminal output
This commit is contained in:
parent
996736916b
commit
9f4be8976e
20
data/projects/nci/config.yaml
Normal file
20
data/projects/nci/config.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
name: nci
|
||||
|
||||
# still cloning fake repo, coz no git support
|
||||
scm:
|
||||
type: mercurial
|
||||
repository: ./test/repos/mercurial
|
||||
rev: default
|
||||
|
||||
notify:
|
||||
on:
|
||||
- fail
|
||||
to:
|
||||
console:
|
||||
|
||||
steps:
|
||||
- cmd: sleep 2
|
||||
- cmd: >
|
||||
cd ../../../../ &&
|
||||
npm test
|
@ -35,3 +35,9 @@ steps:
|
||||
# - cmd: sleep 4
|
||||
- cmd: echo 2 > 2.txt
|
||||
- cmd: cat 1.txt 2.txt
|
||||
- shell: /bin/bash
|
||||
cmd: >
|
||||
for i in {1..30}; do
|
||||
echo "tick $i";
|
||||
sleep 0.3;
|
||||
done;
|
||||
|
Loading…
Reference in New Issue
Block a user