Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b39024091 | |||
| 9b8323349c | |||
| 82232f0ccf |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -3,16 +3,16 @@ name: Build randopix
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- build
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build x86
|
name: Build 64 Bit Linux
|
||||||
# This job runs on Linux
|
# This job runs on Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install GTK packages
|
- name: Install GTK packages
|
||||||
run: sudo apt install --ignore-missing gnome-devel
|
run: sudo apt install gir1.2-gtk-3.0 gir1.2-graphene-1.0 gir1.2-gtksource-3.0 gir1.2-vte-2.91 gir1.2-notify-0.7 gir1.2-gst-plugins-bad-1.0
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Cache choosenim
|
- name: Cache choosenim
|
||||||
id: cache-choosenim
|
id: cache-choosenim
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ srcDir = "src"
|
|||||||
bin = @["randopix", "pixctrl"]
|
bin = @["randopix", "pixctrl"]
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
requires "nim >= 1.0.0", "gintro >= 0.5.5", "argparse >=0.10.1"
|
requires "nim >= 1.0.0", "gintro <= 0.5.5", "argparse >=0.10.1"
|
||||||
|
|
||||||
task debug, "Compile debug version":
|
task debug, "Compile debug version":
|
||||||
exec "nim c -d:debug --debugger:native --out:randopix src/randopix.nim"
|
exec "nim c -d:debug --debugger:native --out:randopix src/randopix.nim"
|
||||||
|
|||||||
Reference in New Issue
Block a user