Skip to content

Commit

Permalink
AZP: Create release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
avildema committed Apr 11, 2022
1 parent 7c6e8fc commit f79a0e8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions buildlib/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ stages:
fetchDepth: 100
path: "we/need/to/go/deeper"

- bash: ./autogen.sh
displayName: Setup autotools

- bash: |
set -eE
gcc --version
./contrib/configure-release --with-java=no
set -eEx
./autogen.sh
mkdir pkg-build
cd pkg-build
../contrib/configure-release --with-java=no
displayName: Configure
- bash: |
Expand Down

0 comments on commit f79a0e8

Please sign in to comment.