Skip to content

Commit

Permalink
polystat#35 - clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Nov 24, 2022
1 parent d1b9977 commit 43840c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,23 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Pull the Docker image
- name: Pull c2eo Docker image
run: |
mkdir out
docker pull yegor256/c2eo:0.1.24
- name: Copy c2o.cooperators
run: bash copy.sh
- name: Run the Docker image
- name: Run c2eo Docker image
run: docker run -v $(pwd):/eo yegor256/c2eo:0.1.24 examples/div-by-zero.c out/global.eo
- name: Check out/global.eo
run: |
ls -la out
cat out/global.eo
run: cat out/global.eo
- name: Removing goto
run: bash dejump.sh
- name: Run Polystat Jar
- name: Start Polystat Check
run: bash polystat.sh
- name: Check polystat-eo-out.txt
run: cat polystat-eo-out.txt
- name: Upload results
- name: Upload results as artifact
uses: actions/upload-artifact@v3
with:
name: polystat-eo-out
Expand Down
2 changes: 0 additions & 2 deletions copy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

mkdir out/c2eo
git clone "https://github.com/polystat/c2eo.git" --branch master
ls -la
ls -la c2eo
cp -r c2eo/project/eo-lib out/c2eo

0 comments on commit 43840c3

Please sign in to comment.