Skip to content

Commit

Permalink
modify appveyor-build ... still does not work for CImag
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Oct 25, 2023
1 parent 536a6e6 commit afbc565
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,12 @@ for:
echo == INSTALL CIMG =================================================================================
mkdir $HOME/cimg
git clone --depth=1 https://github.com/dtschump/CImg.git $HOME/cimg
set CIMG_DIR=$HOME/cimg
echo CIMG_DIR=$CIMG_DIR
set CIMG_INCLUDE_DIR=$HOME/cimg
echo CIMG_INCLUDE_DIR=$CIMG_INCLUDE_DIR
ls $HOME/*
ls $HOME/cimg/*
export CIMG_DIR=$HOME/cimg
echo "CIMG_DIR=$CIMG_DIR"
export CIMG_INCLUDE_DIR=$HOME/cimg
echo "CIMG_INCLUDE_DIR=$CIMG_INCLUDE_DIR"
fi
build_script:
Expand Down

0 comments on commit afbc565

Please sign in to comment.