Browse Source

Small changes to debug --deps

tmp/comercial-emacs
Juan José García Ripoll 4 years ago
committed by GitHub
parent
commit
c4c43acc96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/workflows/build.yml

14
.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'

Loading…
Cancel
Save