Remove cygwin artifacts

master
Signal Linden 2022-10-10 11:23:05 -07:00
parent a05c7312c5
commit 271e6e367e
2 changed files with 3 additions and 9 deletions

View File

@ -47,14 +47,6 @@ jobs:
- name: Build - name: Build
shell: bash shell: bash
env:
WINDOWS: ${{ runner.os == 'Windows' }}
run: | run: |
autobuild --quiet source_environment > .env
source .env
if [[ "$WINDOWS" == "true" ]]; then
load_vsvars
fi
autobuild configure autobuild configure
autobuild build --no-configure autobuild build --no-configure

4
.gitignore vendored
View File

@ -73,4 +73,6 @@ tarfile_tmp
trivial_change_force_build trivial_change_force_build
web/config.* web/config.*
web/locale.* web/locale.*
web/secondlife.com.* web/secondlife.com.*
.env