|
|
@ -70,6 +70,9 @@ jobs:
|
|
|
|
version: '3.x' # If available, use the latest major version that's compatible
|
|
|
|
version: '3.x' # If available, use the latest major version that's compatible
|
|
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: OpenIM Scripts Verification(make verify)
|
|
|
|
|
|
|
|
run: sudo make verify
|
|
|
|
|
|
|
|
|
|
|
|
- name: Module Operations
|
|
|
|
- name: Module Operations
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
sudo make tidy
|
|
|
|
sudo make tidy
|
|
|
@ -86,9 +89,6 @@ jobs:
|
|
|
|
- name: Build Source
|
|
|
|
- name: Build Source
|
|
|
|
run: sudo make build
|
|
|
|
run: sudo make build
|
|
|
|
|
|
|
|
|
|
|
|
- name: Scripts Verification
|
|
|
|
|
|
|
|
run: sudo make verify
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build multiarch PLATFORMS
|
|
|
|
- name: Build multiarch PLATFORMS
|
|
|
|
if: startsWith(github.ref, 'refs/heads/release-')
|
|
|
|
if: startsWith(github.ref, 'refs/heads/release-')
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|