forked from wowsims/cata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic wotlk => cata conversion, server runs
- Loading branch information
1 parent
64975db
commit d833dfe
Showing
592 changed files
with
1,436 additions
and
16,561 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
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
|
||
- name: Build 🔧 | ||
run: | | ||
make dist/wotlk/.dirstamp | ||
make dist/cata/.dirstamp | ||
- name: Test | ||
run: | | ||
|
@@ -41,5 +41,5 @@ jobs: | |
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: dist/wotlk | ||
single-commit: true | ||
folder: dist/cata | ||
single-commit: true |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
description: 'Version Tag' | ||
default: 'v0.0.0' | ||
required: true | ||
|
||
jobs: | ||
build-and-release: | ||
runs-on: ubuntu-latest | ||
|
@@ -42,15 +42,15 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.event.inputs.ref }} | ||
|
||
- name: Test | ||
run: | | ||
make test | ||
- name: Build 🔧 | ||
run: | | ||
make clean && VERSION=${{ github.event.inputs.tag }} make release | ||
- name: Release | ||
uses: ncipollo/release-action@v1 | ||
with: | ||
|
@@ -62,8 +62,8 @@ jobs: | |
artifacts: | | ||
wowsimcli-amd64-linux.zip | ||
wowsimcli-windows.exe.zip | ||
wowsimwotlk-amd64-darwin.zip | ||
wowsimwotlk-arm64-darwin.zip | ||
wowsimwotlk-amd64-linux.zip | ||
wowsimwotlk-windows.exe.zip | ||
wowsimcata-amd64-darwin.zip | ||
wowsimcata-arm64-darwin.zip | ||
wowsimcata-amd64-linux.zip | ||
wowsimcata-windows.exe.zip | ||
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
|
||
- name: Build 🔧 | ||
run: | | ||
make dist/wotlk/.dirstamp | ||
make dist/cata/.dirstamp | ||
- name: Test | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
FROM golang:1.21 | ||
|
||
WORKDIR /wotlk | ||
WORKDIR /cata | ||
COPY . . | ||
COPY gitconfig /etc/gitconfig | ||
|
||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/wowsims/wotlk | ||
module github.com/wowsims/cata | ||
|
||
go 1.21 | ||
|
||
|
Oops, something went wrong.