diff options
author | Mat <mail@mathias.is> | 2019-12-31 08:40:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 08:40:45 +0100 |
commit | 57a248bfbf2076cb1b70630c4d94a8d2191c59e3 (patch) | |
tree | 19ac9e3d7a39db54eff4523cd88cc8e3d0d1e8da /appveyor.yml | |
parent | Include missing server files (#4446) (diff) | |
download | cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.gz cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.bz2 cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.lz cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.xz cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.tar.zst cuberite-57a248bfbf2076cb1b70630c4d94a8d2191c59e3.zip |
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 08ca41546..c66be5f12 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,6 +55,10 @@ for: only: - job_name: Windows-x86 + branches: + only: + - master + before_build: - if not exist %BUILD_DIR% mkdir %BUILD_DIR% - cd %BUILD_DIR% @@ -76,6 +80,10 @@ for: only: - job_name: Windows-x64 + branches: + only: + - master + before_build: - if not exist %BUILD_DIR% mkdir %BUILD_DIR% - cd %BUILD_DIR% |