mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Add GitHub workflow for JavaScript building
This commit is contained in:
parent
a1c00ee5de
commit
34d71f1df9
Binary file not shown.
17
extensions/markdown/.github/workflows/build.yml
vendored
Normal file
17
extensions/markdown/.github/workflows/build.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Build JavaScript assets
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: flarum/action-build@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
language: generic
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.npm
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
if: branch = master AND type = push
|
||||
script: curl -s https://raw.githubusercontent.com/flarum/core/master/.travis/build.sh | bash -s -
|
||||
-k $encrypted_fa711d174b0b_key
|
||||
-i $encrypted_fa711d174b0b_iv
|
Loading…
Reference in New Issue
Block a user