mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-08 15:07:45 +00:00
Remove old GitHub files
This commit is contained in:
parent
aab877d94e
commit
d2186f8593
2 changed files with 0 additions and 32 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1 +0,0 @@
|
|||
ko_fi: redstrate
|
31
.github/workflows/arch.yml
vendored
31
.github/workflows/arch.yml
vendored
|
@ -1,31 +0,0 @@
|
|||
name: Arch Linux CI
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: archlinux:latest
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman -Syu --noconfirm base-devel qt5-tools qt5-base libsecret cmake git tesseract libxcomposite unshield pugixml
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Compile
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF ..
|
||||
make
|
||||
install -Dm 755 astra -t /tmp/astra
|
||||
|
||||
- name: Archive the artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Arch Linux Executable
|
||||
path: /tmp/astra
|
||||
|
Loading…
Add table
Reference in a new issue