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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- build
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build x86
|
||||
name: Build 64 Bit Linux
|
||||
# This job runs on Linux
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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
|
||||
- name: Cache choosenim
|
||||
id: cache-choosenim
|
||||
|
||||
@@ -9,7 +9,7 @@ srcDir = "src"
|
||||
bin = @["randopix", "pixctrl"]
|
||||
|
||||
# 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":
|
||||
exec "nim c -d:debug --debugger:native --out:randopix src/randopix.nim"
|
||||
|
||||
Reference in New Issue
Block a user