Skip to content

Commit

Permalink
adding night build
Browse files Browse the repository at this point in the history
  • Loading branch information
arakov committed Mar 21, 2024
1 parent 5fb83ea commit 0dd64d8
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 433 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,21 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /p:platform=${{ matrix.platform }} /m:2

- name: Compile Lib
shell: cmd
run: rebuild_lib60.bat

- name: Prepare Artifact
shell: cmd
run: install\build_package_{{matrix.platform}}.bat

- uses: edgarrc/action-7z@v1
with:
args: 7z a -t7z -mx=9 build${{ env.BUILD_TAG }}.7z ./install/${{ env.BUILD_TAG }}

- name: ROM Artifact
uses: actions/upload-artifact@v3
with:
name: elena-lang-{{matrix.platform}}-${{ env.BUILD_TAG }}
path: build${{ env.BUILD_TAG }}.7z
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div align="center">

[![Build x86 / x64](https://github.com/ELENA-LANG/elena-lang/actions/workflows/msbuild.yml/badge.svg?branch=master)](https://github.com/ELENA-LANG/elena-lang/actions/workflows/msbuild.yml)
[![MSBuild](https://github.com/ELENA-LANG/elena-lang/actions/workflows/msbuild.yml/badge.svg?branch=master)](https://github.com/ELENA-LANG/elena-lang/actions/workflows/msbuild.yml)
[![Sponsor](https://img.shields.io/badge/patreon-donate-green.svg)](https://www.patreon.com/elena_lang)
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/arakov)](https://github.com/sponsors/arakov)

Expand Down
36 changes: 0 additions & 36 deletions appveyor.yml

This file was deleted.

Loading

0 comments on commit 0dd64d8

Please sign in to comment.