Skip to content

Commit

Permalink
Use newer Mesa20 library
Browse files Browse the repository at this point in the history
  • Loading branch information
gzotti committed Sep 29, 2023
1 parent 69d87fe commit 5dcc306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ after_test:
- if [%PUBLISH_BINARY%]==[true] cmake --build c:\stellarium\build-%qtver%-%qtbin%\ --config %configuration% --target install
- if [%USE_EXT_LIBGLES%]==[true] appveyor DownloadFile https://github.com/Stellarium/stellarium-data/releases/download/qt-5.6/libGLES-Win%BITS%.zip -FileName c:\stellarium\build-%qtver%-%qtbin%\libGLES.zip
- if [%USE_EXT_LIBGLES%]==[true] 7z e c:\stellarium\build-%qtver%-%qtbin%\libGLES.zip -aoa -oc:\stellarium-%qtver%-%qtbin%\qtstuff
- if ([%PUBLISH_BINARY%]==[true] -and ($env:BITS -eq "64")) appveyor DownloadFile https://github.com/Stellarium/stellarium-data/releases/download/mesa-win-20.1.8/opengl32sw-x64.dll -FileName c:\stellarium\build-%qtver%-%qtbin%\opengl32sw.dll
- if ([%PUBLISH_BINARY%]==[true] -and ($env:BITS -eq "32")) appveyor DownloadFile https://github.com/Stellarium/stellarium-data/releases/download/mesa-win-20.1.8/opengl32sw-x86.dll -FileName c:\stellarium\build-%qtver%-%qtbin%\opengl32sw.dll
- if [%PUBLISH_BINARY%]==[true] cmake --build c:\stellarium\build-%qtver%-%qtbin%\ --config %configuration% --target stellarium-installer
- if [%USE_EXTRA_EXE%]==[true] cmake --build c:\stellarium\build-%qtver%-%qtbin%\ --config %configuration% --target stellarium-patch-installer
- if [%PUBLISH_BINARY%]==[true] cd c:\stellarium\installers
Expand Down

0 comments on commit 5dcc306

Please sign in to comment.