Juan José García Ripoll
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
7 deletions
-
.github/workflows/build.yml
|
|
@ -43,6 +43,13 @@ jobs: |
|
|
|
- name: See free space |
|
|
|
run: powershell -Command Get-PSDrive |
|
|
|
|
|
|
|
# Collect dependencies |
|
|
|
- name: Collect dependencies |
|
|
|
run: msys2 -c './emacs-build.sh --debug --deps 2>&1' |
|
|
|
|
|
|
|
- name: See free space |
|
|
|
run: powershell -Command Get-PSDrive |
|
|
|
|
|
|
|
# Runs a single command using the runners shell |
|
|
|
- name: Show we can write text |
|
|
|
run: msys2 -c './emacs-build.sh --help' |
|
|
@ -54,13 +61,6 @@ jobs: |
|
|
|
- name: See free space |
|
|
|
run: powershell -Command Get-PSDrive |
|
|
|
|
|
|
|
# Collect dependencies |
|
|
|
- name: Collect dependencies |
|
|
|
run: msys2 -c './emacs-build.sh --deps 2>&1' |
|
|
|
|
|
|
|
- name: See free space |
|
|
|
run: powershell -Command Get-PSDrive |
|
|
|
|
|
|
|
# Build only emacs |
|
|
|
- name: Build emacs |
|
|
|
run: msys2 -c './emacs-build.sh --build 2>&1' |
|
|
|