-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
36 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 |
---|---|---|
|
@@ -9,36 +9,6 @@ env: | |
IMAGE_NAME: ${{ github.actor }}/ccoderdbc | ||
|
||
jobs: | ||
# build-release-win: | ||
# runs-on: windows-latest # Choose the appropriate OS for your project | ||
|
||
# steps: | ||
# - uses: actions/checkout@v2 # Check out your repository | ||
|
||
# - name: Configure Project | ||
# uses: threeal/[email protected] | ||
# with: | ||
# source-dir: third-party | ||
# - name: Build and Package for windows | ||
# run: | | ||
# cd third-party | ||
# cd build | ||
# cmake .. | ||
# cmake --build . --target package # Generate installer | ||
# cp Project-0.1.0-win64.exe ../Project-0.1.0-win64.exe # Replace with your actual installer name | ||
# cd .. | ||
|
||
# - name: Get current date and time | ||
# id: date | ||
# run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H_%M_%S')" | ||
|
||
# - name: Release | ||
# uses: softprops/action-gh-release@v1 | ||
# with: | ||
# tag_name: ${{ steps.date.outputs.date }} | ||
# files: Project-0.1.0-win64.exe | ||
|
||
|
||
build-and-push-image: | ||
runs-on: ubuntu-latest | ||
|
||
|
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