mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-08-15 04:02:55 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: Build binaries
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Compile
|
||||
run: |
|
||||
DOCKER_BUILDKIT=1 docker build -o final .
|
||||
cp calibre-plugin/* final/stretch/
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: linux
|
||||
path: |
|
||||
final/stretch/
|
||||
|
||||
Reference in New Issue
Block a user