mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
Create msbuild48.yml
add github test action
This commit is contained in:
20
.github/workflows/msbuild48.yml
vendored
Normal file
20
.github/workflows/msbuild48.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: .msbuild48
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: preBuild
|
||||
run: bash ${GITHUB_WORKSPACE}/runprebuild48.sh
|
||||
- name: Build
|
||||
run: msbuild /p:Configuration=Release OpenMetaverse.sln
|
||||
|
||||
Reference in New Issue
Block a user