Blame view

Modif/epsilon-master/.appveyor.yml 349 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
  environment:
    matrix:
      - MSYS2_ARCH: x86_64
        MSYSTEM: MINGW64
  
  
  install:
    - set PATH=c:\msys64\usr\bin
    - pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-freetype mingw-w64-x86_64-fltk git make bison mingw-w64-x86_64-python2
  
  build_script:
    - bash -lc "make -C $APPVEYOR_BUILD_FOLDER PLATFORM=simulator epsilon.exe test.exe"