Skip to content

Commit

Permalink
contrib/ci.inria.fr: display the windows MSVC build environment
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Oct 28, 2020
1 parent ed2f175 commit 6456b49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contrib/ci.inria.fr/job-1-visualstudio.bat
Expand Up @@ -7,6 +7,13 @@ call %JENKINS_CONFIG_DIR%\\ciprofile.bat

set TARBALL=%1

echo ###############################
echo Running on:
hostname
ver
echo Tarball: %TARBALL%
echo ############################

sh -c "tar xfz %TARBALL%"
if %errorlevel% neq 0 exit /b %errorlevel%

Expand Down

0 comments on commit 6456b49

Please sign in to comment.