1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 08:08:36 +00:00

prebuild CSS/JS before xgo release binaries (#9293)

* prebuild CSS/JS before xgo release binaries

* Update .drone.yml

* Update Makefile

* update per @lafriks feedback
This commit is contained in:
techknowlogick
2019-12-08 17:24:17 -05:00
committed by GitHub
parent baae90e163
commit c34fdf7e33
2 changed files with 18 additions and 3 deletions

View File

@@ -388,6 +388,13 @@ steps:
commands:
- git fetch --tags --force
- name: build
pull: always
image: node:10 # this step is kept at the lowest version of node that we support
commands:
- make css
- make js
- name: static
pull: always
image: techknowlogick/xgo:latest
@@ -489,6 +496,13 @@ steps:
commands:
- git fetch --tags --force
- name: build
pull: always
image: node:10 # this step is kept at the lowest version of node that we support
commands:
- make css
- make js
- name: static
pull: always
image: techknowlogick/xgo:latest
@@ -647,8 +661,6 @@ steps:
exclude:
- pull_request
---
kind: pipeline
name: docker-linux-arm64
@@ -754,6 +766,9 @@ workspace:
base: /go
path: src/code.gitea.io/gitea
clone:
disable: true
when:
status:
- success