Skip to content

Commit

Permalink
ci cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jul 14, 2024
1 parent 4c12791 commit 0c03419
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
actions: write
contents: read
strategy:
fail-fast: false
matrix:
Expand All @@ -32,16 +29,11 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
- run: |
#mkdir build
#cmake -B build
#make -C build
julia --startup-file=no --project=. -e 'using Pkg; Pkg.instantiate()'
julia --startup-file=no --project=compiler -e 'using Pkg; Pkg.instantiate()'
julia --startup-file=no --project=compiler compiler/build.jl foo
cmake -B build -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
# Upload as release asset
- uses: vimtor/[email protected]
with:
files: foo/
files: build/madnlp_c--0.1.0
recursive: true
dest: foo.zip
- uses: actions/[email protected]
Expand Down

0 comments on commit 0c03419

Please sign in to comment.