-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
641 changed files
with
97,464 additions
and
63,804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"evaltest": "311ef72ce3898f74d82ba3a1845042637eeb9fb9", | ||
"switchtest": "ab771e0395067631afcd2a4522e7b038033e2451" | ||
"evaltest": "main", | ||
"switchtest": "main" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,46 @@ | ||
image: mcr.microsoft.com/dotnet/sdk:6.0 | ||
|
||
stages: | ||
- build | ||
- extra | ||
|
||
build: | ||
lint: | ||
image: mcr.microsoft.com/dotnet/sdk:5.0.408-focal | ||
stage: build | ||
before_script: | ||
- LATEST_COMMIT=$(git ls-remote https://gitlab-ci-token:${CI_JOB_TOKEN}@softsec.kaist.ac.kr:8000/B2R2/B2R2.git HEAD | awk '{print $1}') | ||
- CHANGES=$(if [ "$LATEST_COMMIT" == "$CI_COMMIT_SHA" ]; then git diff-tree --diff-filter=ACM --no-commit-id --name-only -r $LATEST_COMMIT; else git diff-tree --diff-filter=ACM --no-commit-id --name-only -r $LATEST_COMMIT -r $CI_COMMIT_SHA; fi | sed '/.fs$/!d' | sed '/CFG.Tests.fs/d') | ||
script: | ||
- dotnet tool install --global dotnet-fsharplint --version 0.21.3 | ||
- echo $CHANGES | ||
- for f in $CHANGES; do echo $f; /root/.dotnet/tools/dotnet-fsharplint lint $f; done | ||
tags: | ||
- b2r2 | ||
|
||
build-debug: | ||
image: mcr.microsoft.com/dotnet/sdk:8.0 | ||
stage: build | ||
script: | ||
- dotnet restore | ||
- dotnet tool restore | ||
- dotnet test | ||
tags: | ||
- b2r2 | ||
|
||
build-release: | ||
image: mcr.microsoft.com/dotnet/sdk:8.0 | ||
stage: build | ||
script: | ||
- dotnet restore | ||
- dotnet tool restore | ||
- dotnet test -c Release | ||
- dotnet pack -p:PackageVersion=0.0.0-test -c Release -o `pwd`/build/ | ||
artifacts: | ||
paths: | ||
- build/ | ||
expire_in: 3 hrs | ||
tags: | ||
- b2r2 | ||
|
||
extra: | ||
image: mcr.microsoft.com/dotnet/sdk:8.0 | ||
stage: extra | ||
script: | ||
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@softsec.kaist.ac.kr:8000/B2R2/ci-runner | ||
- dotnet run --project ci-runner/CIStarter -- $CI_URL $CI_COMMIT_SHA $CI_COMMIT_REF_NAME "$GITLAB_USER_NAME" | ||
dependencies: | ||
- build | ||
tags: | ||
- b2r2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ | |
|
||
# Current Developers (alphabetical order) | ||
|
||
- Jaeseung Choi <[email protected]> | ||
- Su Geun Ji <[email protected]> | ||
- Seung Il Jung <[email protected]> | ||
- Jun Tae Kim <[email protected]> | ||
- Soomin Kim <[email protected]> | ||
- Hee Dong Yang <[email protected]> | ||
|
||
# Contributors | ||
|
||
|
@@ -15,22 +16,30 @@ a list of the contributors in alphabetic order. | |
|
||
- Anar Abbas | ||
- Mehdi Aghakishiyev | ||
- Zunnoor Fayyaz Awan | ||
- Jaeseung Choi | ||
- TA Thanh Dinh | ||
- HyungSeok Han | ||
- Abdirakhman Ismail | ||
- Cheonhoo Jeon | ||
- Subin Jeong | ||
- Minkyu Jung | ||
- Dohyeok Kim | ||
- Dongkwan Kim | ||
- Doyeon Kim | ||
- Hongsik Kim | ||
- Hyungseok Kim | ||
- Jaemin Kim | ||
- JungHyun Kim | ||
- Kangsu Kim | ||
- Yeonghun Kim | ||
- JeongWoo Lee | ||
- Junoh Lee | ||
- Minsu Lee | ||
- Sihoon Lee | ||
- DongYeop Oh | ||
- Geonwoo Park | ||
- Ali Ahmed Sheikh | ||
- MyeongGeun Shin | ||
- Michael Tegegn | ||
- Hyungjoon Yoon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.