Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-13 20:50:10 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-13 20:50:10 +0300
commit63f1d9bb7ce549fb4a864abd7743678bc2a66871 (patch)
tree77dccc3ac0a054e0a4b93937fb468e34dfa5d5ab /.github
parentefe10b732d26cbaf840b04e955bb5f566cbd6555 (diff)
Some minor renaming, otherwise this port to github actions looks finally finished. And I'll be able to make my first release of stable binaries!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/documentation.yml1
-rw-r--r--.github/workflows/installability.yml1
-rw-r--r--.github/workflows/make_release.yml6
-rw-r--r--.github/workflows/programs.yml1
-rw-r--r--.github/workflows/unittests_linux.yml1
-rw-r--r--.github/workflows/unittests_macos.yml1
-rw-r--r--.github/workflows/unittests_windows.yml1
7 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 2dfccb1e..a7251b4c 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- develop
+ - master
pull_request:
schedule:
- cron: '0 0 1 * *'
diff --git a/.github/workflows/installability.yml b/.github/workflows/installability.yml
index f501ab8c..3e3c1c80 100644
--- a/.github/workflows/installability.yml
+++ b/.github/workflows/installability.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- develop
+ - master
pull_request:
schedule:
- cron: '0 0 1 * *'
diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml
index 7cce44cd..b6df352d 100644
--- a/.github/workflows/make_release.yml
+++ b/.github/workflows/make_release.yml
@@ -64,7 +64,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- tag_name: all_tests_passing_${{ github.sha }}
+ tag_name: all_tests_passed_${{ github.sha }}
release_name: All tests passed ${{ github.sha }}
body: |
```
@@ -127,7 +127,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Mac OS error_code prebuilt binaries/llfio-v2.0-binaries-darwin-x64.tgz
- asset_name: llfio-v2.0-binaries-darwin-10.15-x64-error_code.tgz
+ asset_name: llfio-v2.0-binaries-macos-10.15-x64-error_code.tgz
asset_content_type: application/gzip
- name: Upload MacOS 2
@@ -138,7 +138,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/Mac OS status_code prebuilt binaries/llfio-v2.0-binaries-darwin-x64.tgz
- asset_name: llfio-v2.0-binaries-darwin-10.15-x64-status_code.tgz
+ asset_name: llfio-v2.0-binaries-macos-10.15-x64-status_code.tgz
asset_content_type: application/gzip
- name: Upload Windows 1
diff --git a/.github/workflows/programs.yml b/.github/workflows/programs.yml
index eaf5b1c2..d135d4f2 100644
--- a/.github/workflows/programs.yml
+++ b/.github/workflows/programs.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- develop
+ - master
pull_request:
schedule:
- cron: '0 0 1 * *'
diff --git a/.github/workflows/unittests_linux.yml b/.github/workflows/unittests_linux.yml
index 54e0435c..8f8ce238 100644
--- a/.github/workflows/unittests_linux.yml
+++ b/.github/workflows/unittests_linux.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- develop
+ - master
pull_request:
schedule:
- cron: '0 0 1 * *'
diff --git a/.github/workflows/unittests_macos.yml b/.github/workflows/unittests_macos.yml
index 7279a13f..5dee11c1 100644
--- a/.github/workflows/unittests_macos.yml
+++ b/.github/workflows/unittests_macos.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- develop
+ - master
pull_request:
schedule:
- cron: '0 0 1 * *'
diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml
index 1582bb47..a15ca09d 100644
--- a/.github/workflows/unittests_windows.yml
+++ b/.github/workflows/unittests_windows.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- develop
+ - master
pull_request:
schedule:
- cron: '0 0 1 * *'