Compare commits
9 Commits
Author | SHA1 | Date |
---|---|---|
LeRoyce Pearson | 4da048648f | |
LeRoyce Pearson | a47d3a56e0 | |
LeRoyce Pearson | 3d01e0e7e0 | |
LeRoyce Pearson | 5c4a10bf26 | |
LeRoyce Pearson | 026d835803 | |
LeRoyce Pearson | 20c6c18079 | |
LeRoyce Pearson | 7e434c2bc2 | |
LeRoyce Pearson | d70f48afda | |
LeRoyce Pearson | 8846d2cb87 |
|
@ -21,17 +21,17 @@ jobs:
|
|||
with:
|
||||
name: seizer-solitaire.aarch64-linux-gnu
|
||||
path: zig-out/bin/aarch64-linux-gnu/seizer-solitaire
|
||||
- name: upload-artifact arm-linux-gnueabihf
|
||||
- name: upload-artifact aarch64-linux-gnu
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: seizer-solitaire.arm-linux-gnueabihf
|
||||
path: zig-out/bin/arm-linux-gnueabihf/seizer-solitaire
|
||||
- name: upload-artifact wasm32-wasi-none
|
||||
- name: upload-artifact aarch64-linux-gnu
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: seizer-solitaire.wasm32-wasi-none
|
||||
path: zig-out/bin/wasm32-wasi-none/seizer-solitaire
|
||||
- name: upload-artifact seizer-solitaire.html
|
||||
- name: upload-artifact aarch64-linux-gnu
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: seizer-solitaire.html
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
zig-out/
|
||||
.zig-cache/
|
||||
zig-cache/
|
||||
|
|
|
@ -44,7 +44,7 @@ pub fn addSeizerSolitaireExe(b: *std.Build, install_step: *std.Build.Step, optio
|
|||
|
||||
const exe = b.addExecutable(.{
|
||||
.name = "seizer-solitaire",
|
||||
.root_source_file = b.path("src/main.zig"),
|
||||
.root_source_file = .{ .path = "src/main.zig" },
|
||||
.target = options.target,
|
||||
.optimize = options.optimize,
|
||||
});
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
// internet connectivity.
|
||||
.dependencies = .{
|
||||
.seizer = .{
|
||||
.url = "https://github.com/leroycep/seizer/archive/78cba44f8d07492cb84939ad836746f7d82ae5e2.tar.gz",
|
||||
.hash = "1220cbae20222089c1ec9b847ef3466f13a665707e8d0e8ea2b57ffda083fd9275b6",
|
||||
.url = "https://github.com/leroycep/seizer/archive/54a39bf2c2f867a2caa69c4a63fa4732ebc7ac71.tar.gz",
|
||||
.hash = "12208d8ee636719b6b4fbb75014cfaa9aa0d9557d2ca4e160ad245825eaa20849b48",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
|
|
1308
src/main.zig
1308
src/main.zig
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue