build: update premake to beta1

This commit is contained in:
Jakub Czekański 2021-11-16 03:22:23 +01:00
parent bd3a4caffc
commit fba2d8d874
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@ version: '{branch}-{build}'
clone_depth: 1
environment:
PREMAKE_VERSION: 5.0.0-alpha15
SDL_VERSION: 2.0.10
PREMAKE_VERSION: 5.0.0-beta1
SDL_VERSION: 2.0.16
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
TOOLSET: vs2019

View file

@ -1,6 +1,6 @@
#!/bin/bash -ex
export PREMAKE_VERSION="5.0.0-alpha15"
export PREMAKE_VERSION="5.0.0-beta1"
# Download Premake5
wget -nv https://github.com/premake/premake-core/releases/download/v$PREMAKE_VERSION/premake-$PREMAKE_VERSION-macosx.tar.gz