-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Crossplay Support * Added variable info * Dont error with no crossplay :P * linted
- Loading branch information
Showing
26 changed files
with
414 additions
and
1,855 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
target/ | ||
tmp/ | ||
docs/ | ||
.run | ||
docker-compose* | ||
node_modules/ | ||
package.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,11 @@ on: | |
env: | ||
CARGO_TERM_COLOR: always | ||
|
||
jobs: | ||
cancel-previous: | ||
name: Cancel Previous | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
# Run tests. | ||
# See also https://docs.docker.com/docker-hub/builds/automated-testing/ | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,12 @@ name: Enforce PR labels | |
on: | ||
pull_request: | ||
types: [labeled, unlabeled, opened, edited, synchronize] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
cancel-previous: | ||
name: Cancel Previous | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
enforce-label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,11 @@ on: [push] | |
env: | ||
GH_TOKEN: "${{ secrets.GH_TOKEN }}" | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
cancel-previous: | ||
name: Cancel Previous | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
release: | ||
name: Release Train WooohWoooohh | ||
runs-on: ubuntu-latest | ||
|
@@ -23,11 +20,6 @@ jobs: | |
fetch-depth: 0 | ||
token: ${{ secrets.GH_TOKEN }} | ||
|
||
- uses: actions/setup-node@v3 | ||
with: | ||
cache: "yarn" | ||
node-version: "16" | ||
|
||
- name: Setup | Rust | Nightly | ||
uses: ATiltedTree/setup-rust@v1 | ||
with: | ||
|
@@ -53,9 +45,6 @@ jobs: | |
files: target/release/odin target/release/huginn | ||
dest: tmp/bundle.zip | ||
|
||
- name: Yarn install | ||
run: yarn install | ||
|
||
- name: Auto Release Tool by Intuit | ||
uses: mbround18/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,15 @@ on: | |
pull_request: | ||
branches: [main] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
env: | ||
NAME: "Rust Test" | ||
CARGO_TERM_COLOR: always | ||
|
||
jobs: | ||
cancel-previous: | ||
name: Cancel Previous | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
build-nd-test: | ||
name: Build & Test | ||
runs-on: ubuntu-latest | ||
|
@@ -40,6 +36,7 @@ jobs: | |
target/release | ||
target/debug | ||
key: ${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }} | ||
|
||
- name: Build | ||
run: cargo build --verbose | ||
- name: Run tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
target | ||
.yarn | ||
*pnp* | ||
tmp/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.