티스토리 뷰

기타

github actions 건드려보는중...

developer0hye 2023. 1. 25. 21:26

 

깃헙에서 제공해주는 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
링크
«   2025/01   »
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
글 보관함