mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 03:16:01 +08:00
CI scripts compile CI branch
This commit is contained in:
parent
f266141d35
commit
9426fb4360
4
.github/workflows/ccpp_mac.yml
vendored
4
.github/workflows/ccpp_mac.yml
vendored
@ -11,7 +11,9 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'CI'
|
||||
- name: change date in version
|
||||
run: |
|
||||
sed "s/+UNKNOWN/_$(date '+%F')/" version.inc > version.date.inc
|
||||
|
4
.github/workflows/ccpp_ubuntu.yml
vendored
4
.github/workflows/ccpp_ubuntu.yml
vendored
@ -11,7 +11,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'CI'
|
||||
- name: change date in version
|
||||
run: sed -i "s/+UNKNOWN/_$(date '+%F')/" version.inc
|
||||
- name: update clock
|
||||
|
4
.github/workflows/ccpp_win.yml
vendored
4
.github/workflows/ccpp_win.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'CI'
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: mkdir in deps
|
||||
run: mkdir deps/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user