Skip to content

Commit

Permalink
Add Hourglass.linq
Browse files Browse the repository at this point in the history
  • Loading branch information
i2van committed Aug 17, 2024
1 parent 9a17294 commit b86ecab
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
env:
LPRunUrl: https://www.linqpad.net/GetFile.aspx?preview+LINQPad8-Beta.zip
LPRun: LPRun8-x64.exe
CompileOnly: -compileonly
PSHeader: |
$ErrorActionPreference = 'Stop'
$Verbose = $VerbosePreference -ne 'SilentlyContinue'
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:

- name: Execute EventStatus.linq
if: ${{success() || failure()}}
run: ${{env.LPRun}} EventStatus.linq
run: ${{env.LPRun}} EventStatus.linq

- name: Execute EventStockParser.linq
if: ${{success() || failure()}}
Expand All @@ -51,13 +52,17 @@ jobs:
${{env.LPRun}} EventStockParser.linq
${{env.PSAssertClipboardEventStock}}
- name: Compile Hourglass.linq
if: ${{success() || failure()}}
run: ${{env.LPRun}} ${{env.CompileOnly}} Hourglass.linq

- name: Execute OperationStrategies.linq
if: ${{success() || failure()}}
run: ${{env.LPRun}} OperationStrategies.linq
run: ${{env.LPRun}} OperationStrategies.linq

- name: Execute OperatorModules.linq
if: ${{success() || failure()}}
run: ${{env.LPRun}} OperatorModules.linq
run: ${{env.LPRun}} OperatorModules.linq

- name: Execute OperatorModulesParser.linq
if: ${{success() || failure()}}
Expand All @@ -70,4 +75,4 @@ jobs:
- name: Execute OriginitePrimePacks.linq
if: ${{success() || failure()}}
run: ${{env.LPRun}} OriginitePrimePacks.linq
run: ${{env.LPRun}} OriginitePrimePacks.linq
Loading

0 comments on commit b86ecab

Please sign in to comment.