Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration of Epoch into separate repository #1482

Merged
merged 18 commits into from
Mar 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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