diff --git a/.github/workflows/intellij.yml b/.github/workflows/intellij.yml deleted file mode 100644 index f05d0679..00000000 --- a/.github/workflows/intellij.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: intellij - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v2.3.4 - - - name: Cache .m2 - uses: actions/cache@v2.1.6 - with: - path: "~/.m2/repository" - key: ${{ runner.os }}-m2 - - - name: Setup JDK - uses: actions/setup-java@v2 - with: - java-version: 11 - distribution: 'adopt' - - - name: Set up Maven - uses: stCarolas/setup-maven@v4 - with: - maven-version: 3.6.0 - - - name: Install example projects - run: ./.github/install_examples.sh - shell: bash - - - name: Install nopol - run: | - cd nopol - mvn clean install -DskipTests - - - name: Install nopol-server - run: | - cd nopol-server - mvn clean install -DskipTests - - - name: Compile and test nopol-ui-intellij - run: | - cd nopol-ui-intellij - # the tests don't run anymore since bumping to Java 11, need for porting - ./gradlew jar diff --git a/README.md b/README.md index ad3b16de..cd3c924a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Nopol [![Build Status](https://travis-ci.org/SpoonLabs/nopol.svg?branch=master)](https://travis-ci.org/SpoonLabs/nopol) [![Coverage Status](https://coveralls.io/repos/github/SpoonLabs/nopol/badge.svg?branch=master)](https://coveralls.io/github/SpoonLabs/nopol?branch=master) +# Nopol Nopol is an automatic software repair tool for Java. This code is research code, released under the GPL licence. diff --git a/nopol-ui-intellij/README.md b/nopol-ui-intellij/README.md index c5b34237..cea63554 100644 --- a/nopol-ui-intellij/README.md +++ b/nopol-ui-intellij/README.md @@ -1,7 +1,8 @@ -[![Build Status](https://travis-ci.org/SpoonLabs/nopol-ui-intellij.svg?branch=master)](https://travis-ci.org/SpoonLabs/nopol-ui-intellij) # Intellij User-Interface for NoPol +OUTDATED: do no expect it to compile or run + Demonstration video: https://www.youtube.com/watch?v=t04_59QZ-hs ## Installation