Commit 84abe687 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

ci: Implement differential check

parent 7aed3db7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ default:
  image: ubuntu
  before_script:
    - apt-get update
    - apt-get install -y curl
    - apt-get install -y curl git
    - curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn
    - chmod +x ./acorn
    - mv acorn /usr/local/bin
@@ -29,4 +29,4 @@ analysis:
    variables: true
  script:
    - acorn help
    - acorn check --path . -vv
 No newline at end of file
    - acorn check --commit HEAD -vvv
 No newline at end of file