Remove cygwin artifacts
parent
a05c7312c5
commit
271e6e367e
|
|
@ -47,14 +47,6 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
shell: bash
|
||||
env:
|
||||
WINDOWS: ${{ runner.os == 'Windows' }}
|
||||
run: |
|
||||
autobuild --quiet source_environment > .env
|
||||
source .env
|
||||
if [[ "$WINDOWS" == "true" ]]; then
|
||||
load_vsvars
|
||||
fi
|
||||
|
||||
autobuild configure
|
||||
autobuild build --no-configure
|
||||
|
|
|
|||
|
|
@ -74,3 +74,5 @@ trivial_change_force_build
|
|||
web/config.*
|
||||
web/locale.*
|
||||
web/secondlife.com.*
|
||||
|
||||
.env
|
||||
|
|
|
|||
Loading…
Reference in New Issue