Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 24, 2021
1 parent 8887ec5 commit 5e8ade3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=/usr
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Install
run: cd ${{github.workspace}}/build; sudo make install
- name: Package
run: cd ${{github.workspace}}/build; sudo make package
run: cd ${{github.workspace}}/build; make package
- name: Artifact
run: sudo cp ${{github.workspace}}/build/NatronPluginManager.deb /opt/
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5e8ade3

Please sign in to comment.