Skip to content

Commit 51d51fc

Browse files
authored
Merge branch 'master' into dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.0
2 parents 006fc43 + c997e88 commit 51d51fc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pushd ${{ runner.temp }}/jython3
4040
ant
4141
pushd dist
42-
mvn install:install-file -Dfile=./jython-dev.jar -DgroupId="org.python" -DartifactId="jython3" -Dversion="0.0.1-SNAPSHOT" -Dpackaging="jar" -DgeneratePom=true
42+
mvn install:install-file -Dfile=./jython-dev.jar -DgroupId="org.python" -DartifactId="jython3" -Dversion="0.0.1-SNAPSHOT" -Dpackaging="jar" -DgeneratePom=true -B
4343
popd
4444
popd
4545
shell: bash
@@ -50,3 +50,9 @@ jobs:
5050
popd
5151
- name: Build with Maven
5252
run: mvn -Dlogging.config.file=\${maven.multiModuleProjectDirectory}/logging.ci.properties verify -B
53+
- name: Deploy with Maven
54+
run: mvn -s .travis.settings.xml -Dgithub.username=$GITHUB_USERNAME -Dgithub.password=$GITHUB_TOKEN deploy -DskipTests -B
55+
env:
56+
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Ariadne](https://wala.github.io/ariadne/)
22

3-
[![Build Status](https://app.travis-ci.com/ponder-lab/ML.svg?branch=master)](https://app.travis-ci.com/ponder-lab/ML) [![Continuous integration](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml)
3+
[![Continuous integration](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml)
44

55
This is the top level repository for Ariadne code. More information on using the Ariadne tools can be found [here](https://wala.github.io/ariadne/). This repository is code to analyze machine learning code with [WALA]. Currently, the code consists of the analysis of Python (`com.ibm.wala.cast.python`), analysis focused on machine learning in Python (`com.ibm.wala.cast.python.ml`), support for using the analysis via J2EE WebSockets (`com.ibm.wala.cast.python.ml.j2ee`) and their associated test projects.
66

0 commit comments

Comments
 (0)