[Scummvm-git-logs] scummvm master -> b9f6ba84a07059b2b0075cab7400b81eacad4cf0
sev-
sev at scummvm.org
Tue Sep 1 07:41:03 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b9f6ba84a0 CI: Re-enable builds on every commit but do not store artifacts
Commit: b9f6ba84a07059b2b0075cab7400b81eacad4cf0
https://github.com/scummvm/scummvm/commit/b9f6ba84a07059b2b0075cab7400b81eacad4cf0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-01T09:40:38+02:00
Commit Message:
CI: Re-enable builds on every commit but do not store artifacts
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 60503fade5..ee95b0d5f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,7 +1,7 @@
name: CI
-on:
- schedule:
- - cron: '0 0-23/4 * * *'
+on: [push, pull_request]
+# schedule:
+# - cron: '0 0-23/4 * * *'
jobs:
windows:
name: Windows
@@ -73,23 +73,23 @@ jobs:
cd build-scummvm
ls
msbuild scummvm.sln /m /p:BuildInParallel=true /p:Configuration=Release /p:PreferredToolArchitecture=x64 /p:Platform=${{ matrix.platform }}
- - name: Upload scummvm
- uses: actions/upload-artifact at v2
- with:
- name: scummvm-${{ matrix.arch }}
- path: build-scummvm/Release${{ matrix.arch }}/*.exe
- - name: Upload scummvm libs
- uses: actions/upload-artifact at v2
- with:
- name: scummvm-${{ matrix.arch }}
- path: ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}\\bin\\*.dll
- - name: Upload scummvm symbols
- uses: actions/upload-artifact at v2
- with:
- name: symbols-${{ matrix.arch }}
- path: build-scummvm/Release${{ matrix.arch }}/*.pdb
- - name: Upload scummvm libs symbols
- uses: actions/upload-artifact at v2
- with:
- name: symbols-${{ matrix.arch }}
- path: ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}\\bin\\*.pdb
+# - name: Upload scummvm
+# uses: actions/upload-artifact at v2
+# with:
+# name: scummvm-${{ matrix.arch }}
+# path: build-scummvm/Release${{ matrix.arch }}/*.exe
+# - name: Upload scummvm libs
+# uses: actions/upload-artifact at v2
+# with:
+# name: scummvm-${{ matrix.arch }}
+# path: ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}\\bin\\*.dll
+# - name: Upload scummvm symbols
+# uses: actions/upload-artifact at v2
+# with:
+# name: symbols-${{ matrix.arch }}
+# path: build-scummvm/Release${{ matrix.arch }}/*.pdb
+# - name: Upload scummvm libs symbols
+# uses: actions/upload-artifact at v2
+# with:
+# name: symbols-${{ matrix.arch }}
+# path: ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}\\bin\\*.pdb
More information about the Scummvm-git-logs
mailing list