Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to add simgrid path to the global system path, as python >=3.8 on windows now...
[simgrid.git] / .appveyor.yml
index 0ec6f91..1e6ef3d 100644 (file)
@@ -25,6 +25,7 @@ branches:
 environment:
   global:
     BOOST_ROOT: C:\Libraries\boost_1_71_0
+    PATH: $(PATH);C:\projects\simgrid\lib
 
 install:
 # Strawberry perl is the one to work with gcc; AppVeyor provides ActiveState perl, which is the one to work with visual.