Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(stonedb): add cicd workflow of stonedb (#26) #28

Closed
wants to merge 9 commits into from
Closed

feat(stonedb): add cicd workflow of stonedb (#26) #28

wants to merge 9 commits into from

Conversation

CodingSuen
Copy link
Contributor

Summary

add cicd workflow of stonedb

Changelog

  • Build/Testing/CI/CD

@CodingSuen
Copy link
Contributor Author

PTAL @RingsC

@RingsC RingsC added the A-github actions with github workflow label Jun 18, 2022

jobs:
stonedb-build:
runs-on: ubuntu-18.04
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's about 'ubuntu-latest'?


- name: install cmake
run: |
sudo wget https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz -O ./soft/cmake-3.7.2.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better installing cmake from apt-get than building it from source code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-github actions with github workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants