Skip to content

Commit 423510e

Browse files
authored
Merge pull request #17 from rd2/geo
Autogenerate skylight wells (redux)
2 parents 362e0ac + ac976e6 commit 423510e

File tree

9 files changed

+13209
-1765
lines changed

9 files changed

+13209
-1765
lines changed

.github/workflows/pull_request.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,19 @@ jobs:
102102
docker exec -t test bundle update
103103
docker exec -t test bundle exec rake
104104
docker kill test
105+
test_370x:
106+
runs-on: ubuntu-22.04
107+
steps:
108+
- name: Check out repository
109+
uses: actions/checkout@v2
110+
- name: Run Tests
111+
run: |
112+
echo $(pwd)
113+
echo $(ls)
114+
docker pull nrel/openstudio:3.7.0
115+
docker run --name test --rm -d -t -v $(pwd):/work -w /work nrel/openstudio:3.7.0
116+
docker exec -t test pwd
117+
docker exec -t test ls
118+
docker exec -t test bundle update
119+
docker exec -t test bundle exec rake
120+
docker kill test

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2022-2023, Denis Bourgeois
3+
Copyright (c) 2022-2024, Denis Bourgeois
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

lib/osut.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 3-Clause License
22
#
3-
# Copyright (c) 2022-2023, Denis Bourgeois
3+
# Copyright (c) 2022-2024, Denis Bourgeois
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)