티스토리 뷰
깃헙에서 제공해주는 native ubuntu 에는 20230125 기준 gcc 11.3, cmake 3.25가 기본적으로 탑재돼있구나!
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: gcc --version
- run: cmake --version
- run: ls
- run: pwd
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: ls
- run: pwd
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}
'기타' 카테고리의 다른 글
Yolo_Label 스타 300개 돌파! (0) | 2023.02.08 |
---|---|
hello googletest (0) | 2023.02.02 |
[WSL2] Ubuntu 22.04 설치 (Deprecated) (0) | 2023.01.14 |
[Qt] Ubuntu 배포 (0) | 2023.01.13 |
Window 및 WSL 간 파일 전송 (0) | 2023.01.13 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 백준 1766
- PyCharm
- 자료구조
- C++ Deploy
- 가장 긴 증가하는 부분 수열
- 백준 11053
- 문제집
- 백트래킹
- 순열
- 백준 11437
- 파이참
- LCA
- MOT
- 백준
- 이분탐색
- 인공지능을 위한 선형대수
- Lowest Common Ancestor
- FairMOT
- 조합
- 위상 정렬 알고리즘
- ㅂ
- 단축키
- cosine
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함