mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
renamed ci file
This commit is contained in:
2
.github/workflows/build_and_publish.yml
vendored
2
.github/workflows/build_and_publish.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker-compose up
|
run: docker-compose -f containers/docker-compose.yml up
|
||||||
- name: Show dir
|
- name: Show dir
|
||||||
run: ls
|
run: ls
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ jobs:
|
|||||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||||
with:
|
with:
|
||||||
bundle: toolbxtuner.flatpak
|
bundle: toolbxtuner.flatpak
|
||||||
manifest-path: org.kuchelmeister.toolbxtuner.dev.json
|
manifest-path: build-aux/org.kuchelmeister.ToolbxTuner.Devel.json
|
||||||
run-tests: true
|
run-tests: true
|
||||||
cache-key: flatpak-builder-${{ github.sha }}
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
|
||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- .:/mnt:z
|
- ..:/mnt:z
|
||||||
security_opt:
|
security_opt:
|
||||||
- label=disable
|
- label=disable
|
||||||
|
|
||||||
@@ -3,6 +3,6 @@ services:
|
|||||||
gtk4-rs:
|
gtk4-rs:
|
||||||
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
|
image: ghcr.io/13hannes11/gtk4-rs-docker:latest-appimage
|
||||||
volumes:
|
volumes:
|
||||||
- .:/mnt:z
|
- ..:/mnt:z
|
||||||
command: sh -c "cargo appimage"
|
command: sh -c "cargo appimage"
|
||||||
|
|
||||||
Reference in New Issue
Block a user