parent
b325dca13b
commit
c1c8238061
1 changed files with 2 additions and 4 deletions
|
@ -14,19 +14,17 @@ jobs:
|
||||||
|
|
||||||
- run: 'cd/env'
|
- run: 'cd/env'
|
||||||
|
|
||||||
|
- run: 'cd/workspace'
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
apt-get install --yes \
|
apt-get install --yes \
|
||||||
'tree' \
|
|
||||||
'pandoc' \
|
'pandoc' \
|
||||||
'rsync' \
|
'rsync' \
|
||||||
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" '.'
|
run: git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" '.'
|
||||||
|
|
||||||
- name: Browse workspace
|
|
||||||
run: tree -a "${GITHUB_WORKSPACE}"
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: './build.sh'
|
run: './build.sh'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue