Skip to content

Commit

Permalink
Microsoft broke windows32 env variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Feb 4, 2020
1 parent 94c81ad commit 00cecd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ strategy:
Windows_devel_32bit:
VM: 'windows-latest'
ARCH: x86
ucpu: i686
UCPU: i686
PLATFORM: x86
CHANNEL: devel
WEAVE_TEST_LANG: c
Expand All @@ -35,7 +35,7 @@ strategy:
Linux_devel_32bit:
VM: 'ubuntu-16.04'
PLATFORM: x86
ucpu: i686
UCPU: i686
CHANNEL: devel
WEAVE_TEST_LANG: c
MacOS_devel_64bit:
Expand Down Expand Up @@ -126,7 +126,7 @@ steps:
git clone --depth 1 https://github.com/nim-lang/csources csources/
pushd csources
make -j $ncpu CC=gcc
make -j $ncpu ucpu=$UCPU CC=gcc
popd
rm -rf csources
bin/nim c koch
Expand Down

0 comments on commit 00cecd2

Please sign in to comment.