mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-24 13:33:14 +00:00
Merge branch 'azure' into devel
This commit is contained in:
commit
659c24a476
@ -41,6 +41,8 @@ jobs:
|
|||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
set -e
|
set -e
|
||||||
|
# https://developercommunity.visualstudio.com/content/problem/891929/windows-2019-cygheap-base-mismatch-detected-git-ba.html
|
||||||
|
export PATH="/mingw64/bin:/usr/bin:$PATH"
|
||||||
echo "Installing MinGW-w64"
|
echo "Installing MinGW-w64"
|
||||||
if [[ $PLATFORM == "x86" ]]; then
|
if [[ $PLATFORM == "x86" ]]; then
|
||||||
MINGW_FILE="i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z"
|
MINGW_FILE="i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z"
|
||||||
@ -64,6 +66,7 @@ jobs:
|
|||||||
export PATH="/c/custom/${MINGW_DIR}/bin:$PATH"
|
export PATH="/c/custom/${MINGW_DIR}/bin:$PATH"
|
||||||
echo "Fetching submodules"
|
echo "Fetching submodules"
|
||||||
git config --global core.longpaths true
|
git config --global core.longpaths true
|
||||||
|
git config --global core.autocrlf false
|
||||||
git submodule --quiet update --init --recursive
|
git submodule --quiet update --init --recursive
|
||||||
scripts/setup_official_tests.sh jsonTestsCache
|
scripts/setup_official_tests.sh jsonTestsCache
|
||||||
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} CI_CACHE=NimBinaries update
|
mingw32-make -j2 ARCH_OVERRIDE=${PLATFORM} CI_CACHE=NimBinaries update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user