Compare commits
No commits in common. "33f3c5fab16f4025a247ec4fd77d6abf6fd6e56c" and "8ec807c1471697e07a2e9eb4fbf7a682722c17d3" have entirely different histories.
33f3c5fab1
...
8ec807c147
2 changed files with 0 additions and 46 deletions
|
|
@ -1,20 +0,0 @@
|
||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install Rust
|
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --release --verbose
|
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: cargo test --verbose
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
name: Render Image
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
render:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install Rust
|
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --release
|
|
||||||
|
|
||||||
- name: Run ray tracer
|
|
||||||
run: ./target/release/rust-ray
|
|
||||||
|
|
||||||
- name: Upload image
|
|
||||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: rendered-image
|
|
||||||
path: foo.ppm
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue