Skip to content

Commit

Permalink
Merge pull request #1482 from lf-lang/epoch-migration
Browse files Browse the repository at this point in the history
Migration of Epoch into separate repository
  • Loading branch information
lhstrh authored Mar 2, 2023
2 parents f4ff661 + 10a6cea commit 36e9eed
Show file tree
Hide file tree
Showing 165 changed files with 146 additions and 7,319 deletions.
2 changes: 0 additions & 2 deletions .github/actions/prepare-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ runs:
echo $(which java)
cat gradle.properties
echo $JAVA_HOME
echo $(which mvn)
echo $(mvn -v)
shell: bash
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.0.5
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
run: .github/scripts/package-cli.sh
shell: bash
if: ${{ inputs.nightly != true }}
- name: Check Maven/Java configuration
run: mvn -version
shell: bash
- name: Build and package epoch
run: mvn package || mvn -U package
shell: bash
- name: Deploy nightly release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand All @@ -45,7 +39,5 @@ jobs:
prerelease: true
title: "Lingua Franca Nightly"
files: |
org.lflang.rca/target/products/*.tar.gz
org.lflang.rca/target/products/*.zip
build_upload/*
if: ${{ inputs.nightly == true }}
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
cancel:
uses: lf-lang/lingua-franca/.github/workflows/cancel.yml@master

# Test the Gradle and Maven build.
# Test the Gradle build.
build:
uses: lf-lang/lingua-franca/.github/workflows/build.yml@master
uses: lf-lang/lingua-franca/.github/workflows/build.yml@epoch-migration
needs: cancel

# Build the tools used for processing execution traces
Expand Down Expand Up @@ -53,11 +53,6 @@ jobs:
target: 'C'
needs: cancel

# Run tests for Eclipse.
eclipse-tests:
uses: lf-lang/lingua-franca/.github/workflows/eclipse-tests.yml@master
needs: cancel

# Run language server tests.
lsp-tests:
uses: lf-lang/lingua-franca/.github/workflows/lsp-tests.yml@master
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/eclipse-tests.yml

This file was deleted.

11 changes: 0 additions & 11 deletions oomph/.project

This file was deleted.

469 changes: 0 additions & 469 deletions oomph/LinguaFranca.setup

This file was deleted.

7 changes: 0 additions & 7 deletions org.lflang.diagram/.classpath

This file was deleted.

45 changes: 0 additions & 45 deletions org.lflang.diagram/.project

This file was deleted.

Loading

0 comments on commit 36e9eed

Please sign in to comment.