Skip to content

Commit

Permalink
matlab
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Feb 23, 2024
1 parent 9960911 commit 461acc1
Showing 1 changed file with 5 additions and 33 deletions.
38 changes: 5 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,9 @@ jobs:
name: test ccache on ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2

- name: Install Ice deps
run: |
sudo apt-get update && sudo apt-get install -y \
libbz2-dev libssl-dev libffi-dev \
libmcpp-dev libedit-dev liblmdb-dev libexpat1-dev \
libbluetooth-dev libdbus-1-dev \
libsystemd-dev
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
# create-symlink: true
key: ${{ runner.os }}-build-hello-${{ github.sha }}
restore-keys: |
${{ runner.os }}-build-hello
${{ runner.os }}-build-
- name: Put ccache in path
run: |
echo "/usr/lib/ccache" >> $GITHUB_PATH
echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH
echo "/opt/homebrew/opt/ccache/libexec" >> $GITHUB_PATH
shell: bash

- name: Clone Ice
run: git clone https://github.com/zeroc-ice/ice

- name: Build Ice
run: |
cd ice/cpp
make -j3 V=1 Ice
- name: List contents
working-directory: /usr/local/MATLAB
run: find .

0 comments on commit 461acc1

Please sign in to comment.