Skip to content
Snippets Groups Projects
Commit 1f8671f3 authored by Signal Linden's avatar Signal Linden
Browse files

Perform source_environment

parent 5fadc18c
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,10 @@ jobs: ...@@ -45,6 +45,10 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.addrsize }}-${{ matrix.configuration }}-${{ hashFiles('autobuild.xml') }} key: ${{ matrix.os }}-${{ matrix.addrsize }}-${{ matrix.configuration }}-${{ hashFiles('autobuild.xml') }}
- name: Build - name: Build
shell: bash
run: | run: |
autobuild configure -c ${{ matrix.configuration }} autobuild --quiet source_environment > .env
source .env
autobuild configure
autobuild build --no-configure autobuild build --no-configure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment