Skip to content

update cmake version #32

update cmake version

update cmake version #32

name: Hakoniwa-core-cpp
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup cmake
uses: jwlawson/[email protected]
- uses: actions/checkout@v3
- name: Get DateTime
id: date
run: echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
- name: Build and Test
run: |
sudo apt-get update
sudo apt-get install -y libgtest-dev
bash ./build.bash test
shell: bash