Skip to content

Commit

Permalink
Update curly-eureka-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Jul 25, 2024
1 parent d4a1139 commit c953508
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/curly-eureka-build.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
# This workflow is for a project that using curly-eureka sdk
name: Build mod on curly-eureka

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CE_INCL: '${{github.workspace}}/sdk/CURLY-EUREKA-INCL.cmake'

jobs:
main:
runs-on: windows-latest
steps:

- name: this repo
uses: actions/checkout@v3
- name: curly-eureka sdk repo

- name: curly-eureka-64x sdk repo
uses: actions/checkout@v3
with:
repository: 'user95401/curly-eureka'
repository: 'user95401/curly-eureka-64x'
path: 'sdk'

- name: configure cmake
run: cmake -B build -A win32
run: cmake -B build -A x64

- name: build
run: cmake --build build --config Release

- uses: actions/upload-artifact@v4
with:
name: "built dlls"
Expand Down

0 comments on commit c953508

Please sign in to comment.