mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Appveyor: always log the compiler path and version
Implements 27449.
This commit is contained in:
parent
0ea622aa3a
commit
90e038e732
@ -39,6 +39,8 @@ build_script:
|
||||
Execute-Bash 'autoreconf -i'
|
||||
mkdir "${env:build}"
|
||||
Set-Location "${env:build}"
|
||||
Execute-Bash "which ${env:target}-gcc"
|
||||
Execute-Bash "${env:target}-gcc --version"
|
||||
Execute-Bash "../configure --prefix=/${env:compiler_path} --build=${env:target} --host=${env:target} --disable-asciidoc --enable-fatal-warnings --with-openssl-dir=${env:openssl_path}"
|
||||
Execute-Bash "V=1 make -j2"
|
||||
Execute-Bash "V=1 make -j2 install"
|
||||
|
3
changes/ticket27449
Normal file
3
changes/ticket27449
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Log the compiler path and version during Appveyor builds.
|
||||
Implements ticket 27449.
|
Loading…
Reference in New Issue
Block a user