aboutsummaryrefslogtreecommitdiff
path: root/.semaphore
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2023-08-07 19:54:13 +0000
committerVitaly Novichkov <admin@wohlnet.ru>2023-08-07 19:54:13 +0000
commiteb5c1f49e1e564b71bad3f0c0e7c333d7febfb88 (patch)
tree7b4f1b822c1258eedf3c5fa9ea90d1a41cf39059 /.semaphore
parenta7ef2971c425527ff5011465f82479374ef2f6a1 (diff)
downloadlibADLMIDI-eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88.tar.gz
libADLMIDI-eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88.tar.bz2
libADLMIDI-eb5c1f49e1e564b71bad3f0c0e7c333d7febfb88.zip
Update Semaphore configuration
Diffstat (limited to '.semaphore')
-rw-r--r--.semaphore/semaphore.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml
index 7e5f00c..21fe806 100644
--- a/.semaphore/semaphore.yml
+++ b/.semaphore/semaphore.yml
@@ -10,7 +10,8 @@ blocks:
jobs:
- name: Checkpoint repo
commands:
- - checkout
+ - 'git clone https://github.com/Wohlstand/libADLMIDI.git'
+ - cd libADLMIDI
- name: Install dependencies
commands:
- sudo apt-get update