package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
838 B

1 year ago
name: Sync Packagerefs
on:
schedule: # execute every 24 hours
- cron: "0 */24 * * *"
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
9 months ago
xmake-version: branch@master
1 year ago
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa # optional
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Build artifacts for packagerefs
9 months ago
if: ${{ github.repository }} == "xmake-io/xmake-repo"
1 year ago
run: |
git config --global user.email "waruqi@gmail.com"
git config --global user.name "ruki"
1 year ago
xmake l scripts/build_artifacts.lua true